guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: xonotic-data: Remove input labels.


From: guix-commits
Subject: 03/13: gnu: xonotic-data: Remove input labels.
Date: Sat, 13 Aug 2022 15:28:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3ec40d007410c532a3409a5940a18e20d4c2757c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 7 02:00:03 2022 +0200

    gnu: xonotic-data: Remove input labels.
    
    * gnu/packages/games.scm (xonotic-data)[native-inputs]:
    Remove input labels.
---
 gnu/packages/games.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index df52626650..df6432da11 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7769,8 +7769,7 @@ quotation from a collection of quotes.")
        (sha256
         (base32 "1r9pdrrki7mkdw99zh9m7911fqldsfdnl0nrp5cv1bk2hcism4hg"))))
     (build-system trivial-build-system)
-    (native-inputs
-     `(("unzip" ,unzip)))
+    (native-inputs (list unzip))
     (arguments
      `(#:modules ((guix build utils))
        #:builder



reply via email to

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