forked from mirrors/nixpkgs
flatpak: Correct D-Bus config directory option
This commit is contained in:
parent
08ff114eec
commit
7e0cf856aa
|
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-system-bubblewrap=${bubblewrap}/bin/bwrap"
|
"--with-system-bubblewrap=${bubblewrap}/bin/bwrap"
|
||||||
"--with-system-dbus-proxy=${xdg-dbus-proxy}/bin/xdg-dbus-proxy"
|
"--with-system-dbus-proxy=${xdg-dbus-proxy}/bin/xdg-dbus-proxy"
|
||||||
"--dbus_config_dir=${placeholder "out"}/share/dbus-1/system.d"
|
"--with-dbus-config-dir=${placeholder "out"}/share/dbus-1/system.d"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--enable-installed-tests"
|
"--enable-installed-tests"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue