me
/
guix
Archived
1
0
Fork 0

gnu: gnome-multi-writer: Fix build.

* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]: Add gettext-minimal.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 33166500d2
commit 4feaefbb27
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

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+