Fix some platforms

This commit is contained in:
William A. Kennington III
2015-04-25 15:08:05 -07:00
parent 54f812558a
commit 232b71c6e8
3 changed files with 4 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ let
# (it just execs dbus-launch in dbus.tools), contrary to what the configure script demands.
NIX_CFLAGS_COMPILE = "-DDBUS_ENABLE_X11_AUTOLAUNCH=1";
buildInputs = [ systemdOrEmpty ];
meta.platforms = with stdenv.lib.platforms; allBut darwin;
};