guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: irrlicht: Remove input labels.


From: guix-commits
Subject: 03/05: gnu: irrlicht: Remove input labels.
Date: Sun, 5 Jun 2022 11:03:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e3fa68ec70ee8c86427268e23b51ba6338ae62d7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:00 2022 +0200

    gnu: irrlicht: Remove input labels.
    
    * gnu/packages/games.scm (irrlicht)[inputs]:
    Remove input labels.
---
 gnu/packages/games.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ed9f93b1a0..578340113f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3592,12 +3592,12 @@ are primarily in English, however some in other 
languages are provided.")
        (list (string-append "CC=" ,(cc-for-target))
              "sharedlib")))
     (inputs
-     `(("bzip2" ,bzip2)
-       ("libjpeg" ,libjpeg-turbo)
-       ("libpng" ,libpng)
-       ("libx11" ,libx11)
-       ("libxxf86vm" ,libxxf86vm)
-       ("mesa" ,mesa)))
+     (list bzip2
+           libjpeg-turbo
+           libpng
+           libx11
+           libxxf86vm
+           mesa))
     (synopsis "3D game engine written in C++")
     (description
      "The Irrlicht Engine is a high performance realtime 3D engine written in



reply via email to

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