libcroco: weaken platform requirement for building on darwin

This commit is contained in:
John Wiegley 2014-06-25 11:14:35 -07:00
parent 37c7d024ef
commit 4304487003

View File

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