gnu: gnome-multi-writer: Fix build.
* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]: Add gettext-minimal.
This commit is contained in:
parent
33166500d2
commit
4feaefbb27
1 changed files with 2 additions and 1 deletions
|
@ -5356,7 +5356,8 @@ floating in an ocean using only your brain and a little bit of luck.")
|
||||||
(("meson.add_install_script" &) (string-append "# " &)))
|
(("meson.add_install_script" &) (string-append "# " &)))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list `(,glib "bin")
|
(list gettext-minimal
|
||||||
|
`(,glib "bin")
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+
|
(list gtk+
|
||||||
|
|
Reference in a new issue