fixup! treewide: use glib.{getSchemaPath, makeSchemaPath}
This commit is contained in:
parent
7bb8f05f12
commit
8250fcb326
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
(substituteAll {
|
(substituteAll {
|
||||||
src = ./fix-paths.patch;
|
src = ./fix-paths.patch;
|
||||||
gapplication = "${glib.bin}/bin/gapplication";
|
gapplication = "${glib.bin}/bin/gapplication";
|
||||||
mutter_gsettings_path = "${glib.getSchemaPath gnome3.mutter}";
|
mutter_gsettings_path = glib.getSchemaPath gnome3.mutter;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace src/gnome-shell/prefs.js \
|
substituteInPlace src/gnome-shell/prefs.js \
|
||||||
--subst-var-by typelibPath "${placeholder "out"}/lib/girepository-1.0"
|
--subst-var-by typelibPath "${placeholder "out"}/lib/girepository-1.0"
|
||||||
substituteInPlace src/libgpaste/settings/gpaste-settings.c \
|
substituteInPlace src/libgpaste/settings/gpaste-settings.c \
|
||||||
--subst-var-by gschemasCompiled ${glib.makeSchemaPath "$out" "${pname}-${version}"}
|
--subst-var-by gschemasCompiled ${glib.makeSchemaPath (placeholder "out") "${pname}-${version}"}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user