guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: crawl: Remove input labels.


From: guix-commits
Subject: 02/04: gnu: crawl: Remove input labels.
Date: Fri, 11 Feb 2022 15:58:06 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 32be3791a23135cea7a87bcbca37f0d6f840dda1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 11 21:05:13 2022 +0100

    gnu: crawl: Remove input labels.
    
    * gnu/packages/games.scm (crawl)[native-inputs, inputs]: Remove labels.
---
 gnu/packages/games.scm | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 06feb897eb..fb67ac9595 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6401,18 +6401,15 @@ fish.  The whole game is accompanied by quiet, 
comforting music.")
        (patches (search-patches "crawl-upgrade-saves.patch"))))
     (build-system gnu-build-system)
     (inputs
-     `(("lua51" ,lua-5.1)
-       ("ncurses" ,ncurses)
-       ("sqlite" ,sqlite)
-       ("zlib" ,zlib)))
+     (list lua-5.1 ncurses sqlite zlib))
     (native-inputs
-     `(("bash" ,bash-minimal)
-       ("bison" ,bison)
-       ("flex" ,flex)
-       ("perl" ,perl)
-       ("python" ,python-wrapper)
-       ("python-pyyaml" ,python-pyyaml)
-       ("pkg-config" ,pkg-config)))
+     (list bash-minimal
+           bison
+           flex
+           perl
+           pkg-config
+           python-wrapper
+           python-pyyaml))
     (arguments
      `(#:make-flags
        (let* ((sqlite (assoc-ref %build-inputs "sqlite"))



reply via email to

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