at-spi2-atk + at-spi2-core: build on Darwin
This commit is contained in:
parent
f55393de94
commit
8988110572
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
intltool dbus_glib at_spi2_core libSM ];
|
intltool dbus_glib at_spi2_core libSM ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
NIX_LDFLAGS = with stdenv; lib.optionalString isDarwin "-lintl";
|
NIX_LDFLAGS = with stdenv; lib.optionalString isDarwin "-lintl";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user