libcroco: Enable building on Darwin
This commit is contained in:
parent
dcde8a967f
commit
7a0fae2162
@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ pkgconfig libxml2 glib ];
|
buildInputs = [ pkgconfig libxml2 glib ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user