diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-10 14:45:50 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-10 15:06:50 +0000 |
commit | 6a59d3ad68b1b5cab062115fdfbccacdb64669f1 (patch) | |
tree | aa096e80dea0b87cb0b94f74ba574abd3120dda0 /gnu | |
parent | 54592df80d915a1841908daaa269fc0c82bf6926 (diff) |
gnu: odamex: Remove package labels.
* gnu/packages/games.scm (odamex) [inputs]: Remove labels.
Change-Id: Ie4b97a3dfaa3a0ce3a0e7c5c49ed52fe4e222480
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 22 |
1 files 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 |