1
0
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:
Marius Bakke
2022-11-20 14:01:21 +01:00
parent 3a91ee3b88
commit 39de9fd90c
+2 -1
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