mailutils: Allow building on Darwin
This commit is contained in:
parent
ba1088c4cf
commit
9ed4ff16ac
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user