me
/
guix
Archived
1
0
Fork 0

gnu: gzochi: Add missing dependency.

* gnu/packages/game-development.scm (gzochi)[inputs]: Add GMP.
[native-inputs]: Remove label while at it.
master
Marius Bakke 2022-11-20 14:01:21 +01:00
parent 3a91ee3b88
commit 39de9fd90c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -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