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 = [
|
||||
(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 a new issue