gnu: gzochi: Add missing dependency.
* gnu/packages/game-development.scm (gzochi)[inputs]: Add GMP. [native-inputs]: Remove label while at it.master
parent
3a91ee3b88
commit
39de9fd90c
|
@ -380,9 +380,10 @@ PCM data.")
|
||||||
(substitute* (find-files "." "^Makefile\\.in$")
|
(substitute* (find-files "." "^Makefile\\.in$")
|
||||||
(("-Werror") ""))
|
(("-Werror") ""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs `(("pkgconfig" ,pkg-config)))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list bdb
|
(inputs (list bdb
|
||||||
glib
|
glib
|
||||||
|
gmp
|
||||||
guile-3.0
|
guile-3.0
|
||||||
libmicrohttpd
|
libmicrohttpd
|
||||||
ncurses
|
ncurses
|
||||||
|
|
Reference in New Issue