[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: ioquake3: Remove input labels.
From: |
guix-commits |
Subject: |
03/13: gnu: ioquake3: Remove input labels. |
Date: |
Sat, 20 Aug 2022 20:59:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ee2657a018b5972ec41280abb215c6ba45c0a6fc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 14 02:00:00 2022 +0200
gnu: ioquake3: Remove input labels.
* gnu/packages/game-development.scm (ioquake3)[inputs]:
Remove input labels.
---
gnu/packages/game-development.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index 7b2fb8dac3..e4a7ce1ae1 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2152,15 +2152,15 @@ of the others")
"1vflk028z9gccg5yfi5451y1k5wxjdh3qbhjf4x6r7w2pzlxh16z"))))
(build-system gnu-build-system)
(inputs
- `(("sdl2" ,sdl2)
- ("libjpeg" ,libjpeg-turbo)
- ("openal" ,openal)
- ("curl" ,curl)
- ("opusfile" ,opusfile)
- ("opus" ,opus)
- ("libvorbis" ,libvorbis)
- ("freetype" ,freetype)
- ("libogg" ,libogg)))
+ (list curl
+ freetype
+ libjpeg-turbo
+ libogg
+ libvorbis
+ openal
+ opus
+ opusfile
+ sdl2))
(native-inputs
(list which ; Else SDL_version.h won't be found.
pkg-config))
- branch master updated (92b25a09c4 -> b8f2eb286e), guix-commits, 2022/08/20
- 02/13: gnu: Remove ‘open source’ from package descriptions., guix-commits, 2022/08/20
- 03/13: gnu: ioquake3: Remove input labels.,
guix-commits <=
- 08/13: gnu: memcached: Update to 1.6.16., guix-commits, 2022/08/20
- 11/13: gnu: guile2.0-bash: Use G-expressions., guix-commits, 2022/08/20
- 13/13: gnu: Remove Realtek WiFi drivers with firmware blobs., guix-commits, 2022/08/20
- 06/13: gnu: ioquake3: Prepare for cross-compilation., guix-commits, 2022/08/20
- 04/13: gnu: ioquake3: Use G-expressions., guix-commits, 2022/08/20
- 01/13: gnu: sqlitebrowser: Fix description., guix-commits, 2022/08/20
- 07/13: gnu: ioquake3: Update to 1.3.6-2.29b0cc3., guix-commits, 2022/08/20
- 05/13: gnu: ioquake3: Deduplicate make flags., guix-commits, 2022/08/20
- 12/13: gnu: guile-bash: Modernise., guix-commits, 2022/08/20
- 10/13: gnu: guile2.0-bash: Remove native-input labels., guix-commits, 2022/08/20