guix-commits
[Top][All Lists]
Advanced

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

118/265: gnu: appstream-glib: Fix tests.


From: guix-commits
Subject: 118/265: gnu: appstream-glib: Fix tests.
Date: Wed, 19 Aug 2020 13:09:02 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit c4d10f4033023d601d6867b2cbbd64050d81b9e7
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Jul 30 06:24:56 2020 -0400

    gnu: appstream-glib: Fix tests.
    
    * gnu/packages/glib.scm (appstream-glib) [native-inputs]: Add
    gsettings-desktop-schemas.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/glib.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index dbedd63..042d3bd 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -961,6 +961,7 @@ programming language.  It also contains the utility
        ("gettext" ,gettext-minimal)
        ("glib:bin" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)
+       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gtk-doc" ,gtk-doc)
        ("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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