mailutils: Allow building on Darwin

This commit is contained in:
John Wiegley 2020-08-23 13:14:13 -07:00
parent ba1088c4cf
commit 9ed4ff16ac
No known key found for this signature in database
GPG key ID: C144D8F4F19FE630

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;
};
}