gnu: brasero: Fix-up inputs.

* gnu/packages/gnome.scm (brasero)[inputs]: Move itstool ...
[native-inputs]: ... to here.
This commit is contained in:
Efraim Flashner 2019-12-17 09:31:21 +02:00
parent d1df755435
commit ba549e17fa
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -219,6 +219,7 @@ (define-public brasero
`(("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 @@ (define-public brasero
("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base)
("gtk+" ,gtk+)
("itstool" ,itstool)
("libcanberra" ,libcanberra)
("libice" ,libice)
("libnotify" ,libnotify)