guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: dhewm3: Remove input labels.


From: guix-commits
Subject: 06/11: gnu: dhewm3: Remove input labels.
Date: Tue, 16 Aug 2022 19:02:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 05377d567660c21ad4cdcd9a454f7acef8218381
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 14 02:00:00 2022 +0200

    gnu: dhewm3: Remove input labels.
    
    * gnu/packages/game-development.scm (dhewm3)[inputs]:
    Remove input labels.
---
 gnu/packages/game-development.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 1c94480092..7f05d8ed06 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2669,11 +2669,11 @@ game engine.  id Tech 2 is the engine originally behind 
Quake 2.")
            (lambda _
              (chdir "neo"))))))
     (inputs
-     `(("curl" ,curl)
-       ("libx11" ,libx11)
-       ("openal" ,openal)
-       ("sdl2" ,sdl2)
-       ("zlib" ,zlib)))
+     (list curl
+           libx11
+           openal
+           sdl2
+           zlib))
     (home-page "https://dhewm3.org/";)
     (synopsis "Port of the original Doom 3 engine")
     (description



reply via email to

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