Merge pull request #7111 from spwhitt/libcroco
libcroco: Enable building on Darwin
This commit is contained in:
commit
d32e1215b6
@ -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