gnome3.gnome-session: update glib reference
gsettings now reside in glib's `bin` output.
This commit is contained in:
parent
28839e4b2b
commit
1d6639c575
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue