all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute.
@ 2022-12-06 17:44 Attila Lendvai
  2022-12-06 17:46 ` [bug#59863] [PATCH 2/2] gnu: gpaste: Update to 42.2 Attila Lendvai
  2022-12-06 17:52 ` [bug#59863] (No Subject) Attila Lendvai
  0 siblings, 2 replies; 4+ messages in thread
From: Attila Lendvai @ 2022-12-06 17:44 UTC (permalink / raw)
  To: 59863; +Cc: Attila Lendvai

---
 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-07 15:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06 17:44 [bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute Attila Lendvai
2022-12-06 17:46 ` [bug#59863] [PATCH 2/2] gnu: gpaste: Update to 42.2 Attila Lendvai
2022-12-06 17:52 ` [bug#59863] (No Subject) Attila Lendvai
2022-12-07 15:11   ` [bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.