3
0
Fork 0
forked from mirrors/nixpkgs

flatpak: Correct D-Bus config directory option

This commit is contained in:
Thomas Tuegel 2019-10-13 07:03:25 -05:00 committed by worldofpeace
parent 08ff114eec
commit 7e0cf856aa

View file

@ -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"
]; ];