mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-25 18:41:54 +02:00
gnu: gzochi: Add missing dependency.
* gnu/packages/game-development.scm (gzochi)[inputs]: Add GMP. [native-inputs]: Remove label while at it.
This commit is contained in:
@@ -380,9 +380,10 @@ PCM data.")
|
||||
(substitute* (find-files "." "^Makefile\\.in$")
|
||||
(("-Werror") ""))
|
||||
#t)))))
|
||||
(native-inputs `(("pkgconfig" ,pkg-config)))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list bdb
|
||||
glib
|
||||
gmp
|
||||
guile-3.0
|
||||
libmicrohttpd
|
||||
ncurses
|
||||
|
||||
Reference in New Issue
Block a user