at-spi2-atk + at-spi2-core: build on Darwin

This commit is contained in:
Spencer Whitt 2015-03-31 15:23:26 -04:00
parent f55393de94
commit 8988110572
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
intltool dbus_glib at_spi2_core libSM ];
meta = with stdenv.lib; {
platforms = platforms.linux;
platforms = platforms.unix;
};
}

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = with stdenv; lib.optionalString isDarwin "-lintl";
meta = with stdenv.lib; {
platforms = platforms.linux;
platforms = platforms.unix;
};
}