guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: gzochi: Add missing dependency.


From: guix-commits
Subject: 02/08: gnu: gzochi: Add missing dependency.
Date: Sun, 20 Nov 2022 09:16:19 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 39de9fd90cbace6d062cca7e9df9aef47c143869
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 14:01:21 2022 +0100

    gnu: gzochi: Add missing dependency.
    
    * gnu/packages/game-development.scm (gzochi)[inputs]: Add GMP.
    [native-inputs]: Remove label while at it.
---
 gnu/packages/game-development.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 4228d4aafb..5622b9d2ee 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]