mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
disnix: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
This commit is contained in:
parent
d2139443e5
commit
4e2597d1b8
@ -8,6 +8,10 @@ stdenv.mkDerivation {
|
||||
sha256 = "1kc4520zjc1z72mknylfvrsyda9rbmm5c9mw8w13zhdwg3zbna06";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
" --with-dbus-sys=${placeholder "out"}/share/dbus-1/system.d"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glib libxml2 libxslt getopt nixUnstable libintl libiconv dysnomia ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user