mailutils: Allow building on Darwin
This commit is contained in:
@@ -115,6 +115,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.gnu.org/software/mailutils/";
|
homepage = "https://www.gnu.org/software/mailutils/";
|
||||||
|
|
||||||
# Some of the dependencies fail to build on {cyg,dar}win.
|
# Some of the dependencies fail to build on {cyg,dar}win.
|
||||||
platforms = platforms.gnu ++ platforms.linux;
|
platforms = platforms.gnu ++ platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user