Merge pull request #47803 from hedning/glib-bin-reference

gnome3.gnome-session: update glib reference
This commit is contained in:
Jan Tojnar 2018-10-03 21:48:52 +02:00 committed by GitHub
commit b3ce5d81a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ stdenv.mkDerivation rec {
patches = [
(substituteAll {
src = ./fix-paths.patch;
# FIXME: glib binaries shouldn't be in .dev!
gsettings = "${glib.dev}/bin/gsettings";
gsettings = "${glib.bin}/bin/gsettings";
dbusLaunch = "${dbus.lib}/bin/dbus-launch";
})
];