guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: fheroes2: Remove input labels.


From: guix-commits
Subject: 11/15: gnu: fheroes2: Remove input labels.
Date: Thu, 6 Jan 2022 20:47:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 94fbbf0d2670851150d329b2a7adb70cceaba598
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 7 01:37:49 2022 +0100

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2ef51d587f..db89e6f872 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12568,11 +12568,11 @@ disassembly of the DOS version, extended with new 
features.")
        #:make-flags '("FHEROES2_STRICT_COMPILATION=1"
                       "RELEASE=1")))
     (native-inputs
-     `(("gettext" ,gettext-minimal)))
+     (list gettext-minimal))
     (inputs
-     `(("libpng" ,libpng)
-       ("sdl" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))
-       ("zlib" ,zlib)))
+     (list libpng
+           (sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf))
+           zlib))
     (source
      (origin
        (method git-fetch)



reply via email to

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