diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-12-17 09:31:21 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-12-17 09:37:34 +0200 |
commit | ba549e17facaa65dc68b6c6eddfb8d8a2bf0e4f4 (patch) | |
tree | 8cebb76610b7dee59ebc923252817a6c2adc2354 /gnu | |
parent | d1df75543556be079cbcd658adb86d9bf281e10a (diff) | |
download | guix-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.scm | 2 |
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) |