guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: brasero: Fix-up inputs.


From: guix-commits
Subject: 03/10: gnu: brasero: Fix-up inputs.
Date: Tue, 17 Dec 2019 03:47:05 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ba549e17facaa65dc68b6c6eddfb8d8a2bf0e4f4
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 17 09:31:21 2019 +0200

    gnu: brasero: Fix-up inputs.
    
    * gnu/packages/gnome.scm (brasero)[inputs]: Move itstool ...
    [native-inputs]: ... to here.
---
 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 a98e2fe..beb847c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -219,6 +219,7 @@
      `(("hicolor-icon-theme" ,hicolor-icon-theme)))
     (native-inputs
      `(("intltool" ,intltool)
+       ("itstool" ,itstool)
        ("glib" ,glib "bin")                       ; glib-compile-schemas, etc.
        ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)))
@@ -229,7 +230,6 @@
        ("gstreamer" ,gstreamer)
        ("gst-plugins-base" ,gst-plugins-base)
        ("gtk+" ,gtk+)
-       ("itstool" ,itstool)
        ("libcanberra" ,libcanberra)
        ("libice" ,libice)
        ("libnotify" ,libnotify)



reply via email to

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