me
/
guix
Archived
1
0
Fork 0

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>
Attila Lendvai 2022-12-06 14:44:44 -03:00 committed by Maxim Cournoyer
parent d4c2ea9226
commit 2e0488ca1c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 0 deletions

View File

@ -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@")