1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gnome-multi-writer: Fix build.

* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]: Add gettext-minimal.
This commit is contained in:
Tobias Geerinckx-Rice
2023-07-16 02:00:01 +02:00
parent 33166500d2
commit 4feaefbb27

View File

@@ -5356,7 +5356,8 @@ floating in an ocean using only your brain and a little bit of luck.")
(("meson.add_install_script" &) (string-append "# " &)))
#t)))))
(native-inputs
(list `(,glib "bin")
(list gettext-minimal
`(,glib "bin")
pkg-config))
(inputs
(list gtk+