guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: gsettings-desktop-schemas: Fix cross-compiling.


From: guix-commits
Subject: 05/05: gnu: gsettings-desktop-schemas: Fix cross-compiling.
Date: Sun, 4 Jun 2023 08:19:25 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 713da38002511f87b9bfc28a669df02d9c9b46fe
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Tue Feb 28 16:33:38 2023 +0800

    gnu: gsettings-desktop-schemas: Fix cross-compiling.
    
    * gnu/packages/gnome.scm(gsettings-desktop-schemas)[inputs]: Add
    gobject-introspection.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 90b72731f6..22588ffe28 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2702,7 +2702,7 @@ on the GNOME Desktop with a single simple application.")
                                                  "/share/backgrounds/gnome"))
                         ;; Do not reference fonts, that may not exist.
                         (("'Source Code Pro 10'") "'Monospace 11'")))))))
-    (inputs (list glib gnome-backgrounds))
+    (inputs (list glib gnome-backgrounds gobject-introspection))
     (native-inputs (list gettext-minimal
                          `(,glib "bin") ;glib-compile-schemas, etc.
                          gobject-introspection



reply via email to

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