Merge pull request #7111 from spwhitt/libcroco

libcroco: Enable building on Darwin
This commit is contained in:
Arseniy Seroka
2015-04-01 00:34:07 +03:00

View File

@@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig libxml2 glib ];
meta = with stdenv.lib; {
platforms = platforms.linux;
platforms = platforms.unix;
};
}