guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gpaste: Fix missing @gschemasCompiled@ substitute.


From: guix-commits
Subject: 01/02: gnu: gpaste: Fix missing @gschemasCompiled@ substitute.
Date: Wed, 7 Dec 2022 10:10:38 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 2e0488ca1c87c6689723e53cad4e769de3347e19
Author: Attila Lendvai <attila@lendvai.name>
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 <maxim.cournoyer@gmail.com>
---
 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

[Prev in Thread] Current Thread [Next in Thread]