gnu: brasero: Fix-up inputs.
* gnu/packages/gnome.scm (brasero)[inputs]: Move itstool ... [native-inputs]: ... to here.
This commit is contained in:
parent
d1df755435
commit
ba549e17fa
1 changed files with 1 additions and 1 deletions
|
@ -219,6 +219,7 @@
|
||||||
`(("hicolor-icon-theme" ,hicolor-icon-theme)))
|
`(("hicolor-icon-theme" ,hicolor-icon-theme)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
("itstool" ,itstool)
|
||||||
("glib" ,glib "bin") ; glib-compile-schemas, etc.
|
("glib" ,glib "bin") ; glib-compile-schemas, etc.
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
@ -229,7 +230,6 @@
|
||||||
("gstreamer" ,gstreamer)
|
("gstreamer" ,gstreamer)
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
("gst-plugins-base" ,gst-plugins-base)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("itstool" ,itstool)
|
|
||||||
("libcanberra" ,libcanberra)
|
("libcanberra" ,libcanberra)
|
||||||
("libice" ,libice)
|
("libice" ,libice)
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
|
|
Reference in a new issue