guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: colord: Adjust inputs.


From: guix-commits
Subject: 07/10: gnu: colord: Adjust inputs.
Date: Tue, 7 Jan 2020 12:20:05 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2536027cc5b547109953aa31b79f9a507985850d
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 5 11:06:50 2020 +0100

    gnu: colord: Adjust inputs.
    
    * gnu/packages/gnome.scm (colord)[native-inputs]: Remove unused LIBTOOL and
    INTLTOOL.  Add previously propagated GETTEXT-MINIMAL.
---
 gnu/packages/gnome.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e71cc2f..5005f00 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3557,10 +3557,9 @@ keyboard shortcuts.")
                #t))))))
     (native-inputs
      `(("glib:bin" ,glib "bin")         ; for glib-compile-resources, etc.
+       ("gettext" ,gettext-minimal)
        ("gobject-introspection" ,gobject-introspection)
        ("gtk-doc" ,gtk-doc)
-       ("intltool" ,intltool)
-       ("libtool" ,libtool)
        ("pkg-config" ,pkg-config)
        ("vala" ,vala)))
     (propagated-inputs



reply via email to

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