mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (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)
|
||||
|
|
Loading…
Reference in a new issue