From 94fbbf0d2670851150d329b2a7adb70cceaba598 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 7 Jan 2022 01:37:49 +0100 Subject: 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(-) (limited to 'gnu/packages/games.scm') 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) -- cgit v1.2.3