mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
Merge pull request #7694 from spwhitt/dbus
dbus: Build on Darwin (Regression fix)
This commit is contained in:
commit
0095c4e376
@ -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 New Issue
Block a user