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 = [
|
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";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue