gnomeExtensions.gsconnect: fix build

dbus is now propagated from at-spi2-core, which made gsconnect try to
install dbus service files in the wrong location.

closes https://github.com/NixOS/nixpkgs/issues/79806
This commit is contained in:
Tor Hedin Brønner 2020-02-11 17:01:25 +01:00
parent 536720e5c8
commit 71a54f1130

View File

@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
"-Dopenssl_path=${openssl}/bin/openssl"
"-Dsshadd_path=${openssh}/bin/ssh-add"
"-Dsshkeygen_path=${openssh}/bin/ssh-keygen"
"-Dsession_bus_services_dir=${placeholder "out"}/share/dbus-1/services"
"-Dpost_install=true"
];