guix-patches
[Top][All Lists]
Advanced

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

[bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ subs


From: Attila Lendvai
Subject: [bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute.
Date: Tue, 6 Dec 2022 14:44:44 -0300

---
 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 @@ (define-public gpaste
            #~(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@")
-- 
2.35.1






reply via email to

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