mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
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 @@ (define-public gnome-multi-writer
|
||||||
(("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+
|
||||||
|
|
Loading…
Reference in a new issue