gnu: gpaste: Fix missing @gschemasCompiled@ substitute.
* gnu/packages/gnome-xyz.scm (gpaste) [phases] {fix-introspection-install-dir}: Substitute @gschemasCompiled@ placeholder. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
parent
d4c2ea9226
commit
2e0488ca1c
|
@ -913,6 +913,9 @@ notebooks and tiling window managers.")
|
|||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-introspection-install-dir
|
||||
(lambda _
|
||||
(substitute* "src/libgpaste/gpaste/gpaste-settings.c"
|
||||
(("@gschemasCompiled@")
|
||||
(string-append #$output "/share/glib-2.0/schemas/")))
|
||||
(substitute* '("src/gnome-shell/extension.js"
|
||||
"src/gnome-shell/prefs.js")
|
||||
(("@typelibPath@")
|
||||
|
|
Reference in New Issue