mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
dbus: Build on Darwin
This commit is contained in:
parent
d66b8344ce
commit
80edc95494
|
@ -76,7 +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;
|
||||
meta.platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue