mailutils: Allow building on Darwin

This commit is contained in:
John Wiegley
2020-08-23 13:14:13 -07:00
parent ba1088c4cf
commit 9ed4ff16ac

View File

@@ -115,6 +115,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.gnu.org/software/mailutils/";
# Some of the dependencies fail to build on {cyg,dar}win.
platforms = platforms.gnu ++ platforms.linux;
platforms = platforms.gnu ++ platforms.unix;
};
}