From 2e0488ca1c87c6689723e53cad4e769de3347e19 Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Tue, 6 Dec 2022 14:44:44 -0300 Subject: 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 --- gnu/packages/gnome-xyz.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 0368ccc223..48b126ce15 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -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@") -- cgit v1.2.3