Merge pull request #47803 from hedning/glib-bin-reference
gnome3.gnome-session: update glib reference
This commit is contained in:
commit
b3ce5d81a4
|
@ -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";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue