guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: openttd-engine: Drop labels from inputs.


From: guix-commits
Subject: 04/09: gnu: openttd-engine: Drop labels from inputs.
Date: Tue, 19 Apr 2022 14:37:39 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit a1acec2fe9bbf8aa95f922efc9d8bba6d7eba172
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Apr 16 00:26:30 2022 +0200

    gnu: openttd-engine: Drop labels from inputs.
    
    * gnu/packages/games.scm (openttd-engine)[inputs]: Drop labels.
---
 gnu/packages/games.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ae3636596d..42de2f78bc 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4262,15 +4262,15 @@ world}, @uref{http://evolonline.org, Evol Online} and
                "1qz7ld55m9cvgr4mkv6c11y0zf2aph3ba605l45qj41hk2wzb2r5"))))
     (build-system cmake-build-system)
     (inputs
-     `(("allegro" ,allegro)
-       ("fontconfig" ,fontconfig)
-       ("freetype" ,freetype)
-       ("icu4c" ,icu4c)
-       ("libpng" ,libpng)
-       ("lzo" ,lzo)
-       ("sdl" ,sdl)
-       ("xz" ,xz)
-       ("zlib" ,zlib)))
+     (list allegro
+           fontconfig
+           freetype
+           icu4c
+           libpng
+           lzo
+           sdl
+           xz
+           zlib))
     (synopsis "Transportation economics simulator game")
     (description "OpenTTD is a game in which you transport goods and
 passengers by land, water and air.  It is a re-implementation of Transport



reply via email to

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