summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-12-17 09:31:21 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-12-17 09:37:34 +0200
commitba549e17facaa65dc68b6c6eddfb8d8a2bf0e4f4 (patch)
tree8cebb76610b7dee59ebc923252817a6c2adc2354 /gnu
parentd1df75543556be079cbcd658adb86d9bf281e10a (diff)
downloadguix-ba549e17facaa65dc68b6c6eddfb8d8a2bf0e4f4.tar.gz
gnu: brasero: Fix-up inputs.
* gnu/packages/gnome.scm (brasero)[inputs]: Move itstool ...
[native-inputs]: ... to here.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a98e2fe160..beb847cfd7 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)