[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: odamex: Remove package labels.
From: |
guix-commits |
Subject: |
06/08: gnu: odamex: Remove package labels. |
Date: |
Sat, 10 Feb 2024 10:50:28 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 6a59d3ad68b1b5cab062115fdfbccacdb64669f1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Feb 10 14:45:50 2024 +0000
gnu: odamex: Remove package labels.
* gnu/packages/games.scm (odamex) [inputs]: Remove labels.
Change-Id: Ie4b97a3dfaa3a0ce3a0e7c5c49ed52fe4e222480
---
gnu/packages/games.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 95f55a7e48..f95681fbb7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8128,17 +8128,17 @@ Strife, Chex Quest, and fan-created games like Harmony,
Hacx and Freedoom.")
(native-inputs
(list deutex pkg-config))
(inputs
- `(("alsa-lib" ,alsa-lib)
- ("curl" ,curl)
- ("fltk" ,fltk)
- ("jsoncpp" ,jsoncpp)
- ("libpng" ,libpng)
- ("miniupnpc" ,miniupnpc)
- ("portmidi" ,portmidi)
- ("protobuf" ,protobuf)
- ("sdl" ,sdl2)
- ("sdl-mixer" ,sdl2-mixer)
- ("zlib" ,zlib)))
+ (list alsa-lib
+ curl
+ fltk
+ jsoncpp
+ libpng
+ miniupnpc
+ portmidi
+ protobuf
+ sdl2
+ sdl2-mixer
+ zlib))
(home-page "https://odamex.net/")
(synopsis "Multiplayer Doom port")
(description "Odamex is a modification of the Doom engine that
- branch master updated (caa7a95157 -> 121bf9b296), guix-commits, 2024/02/10
- 04/08: gnu: odamex: Update to 10.4.0., guix-commits, 2024/02/10
- 06/08: gnu: odamex: Remove package labels.,
guix-commits <=
- 01/08: gnu: sssd: Update to 2.9.4., guix-commits, 2024/02/10
- 07/08: gnu: lldb: Update to 17.0.6., guix-commits, 2024/02/10
- 05/08: gnu: odamex: Unbundle some libraries., guix-commits, 2024/02/10
- 08/08: gnu: fcft: Enable shaping support., guix-commits, 2024/02/10
- 02/08: gnu: ocrad: Update to 0.29, guix-commits, 2024/02/10
- 03/08: gnu: sameboy: Update to 0.16.2., guix-commits, 2024/02/10