apteryx pushed a commit to branch master
in repository guix.

commit 2e0488ca1c87c6689723e53cad4e769de3347e19
Author: Attila Lendvai <[email protected]>
AuthorDate: Tue Dec 6 14:44:44 2022 -0300

    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 <[email protected]>
---
 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@")

Reply via email to