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 = [ patches = [
(substituteAll { (substituteAll {
src = ./fix-paths.patch; src = ./fix-paths.patch;
# FIXME: glib binaries shouldn't be in .dev! gsettings = "${glib.bin}/bin/gsettings";
gsettings = "${glib.dev}/bin/gsettings";
dbusLaunch = "${dbus.lib}/bin/dbus-launch"; dbusLaunch = "${dbus.lib}/bin/dbus-launch";
}) })
]; ];