diff options
| author | Sughosha <sughosha@disroot.org> | 2026-05-01 19:51:26 +0530 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-05-04 08:55:25 +0200 |
| commit | acc8f821c8c675934ade276b6e648b19856701ea (patch) | |
| tree | 0793a874103283c32db602f20a7c210f62b966a9 /gnu | |
| parent | e1c5af77b2f402d286ae701039f0ec8345c5abee (diff) | |
gnu: ring-racers: Fix lint warnings and reorder inputs.
* gnu/packages/games.scm (ring-racers)[inputs]: Reorder. Add bash-minimal.
[home-page]: Fix permanent redirect.
[description]: Update as per texinfo conventions.
Change-Id: I28808bd4f2139a5f94aa7d2582afdaebe764bb2c
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/games.scm | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index aa9ff8605e9..c6636eaa914 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -5393,7 +5393,9 @@ also available.") | |||
| 5393 | #:startup-notify #f | 5393 | #:startup-notify #f |
| 5394 | #:categories '("Application" "Game")))))))) | 5394 | #:categories '("Application" "Game")))))))) |
| 5395 | (native-inputs (list pkg-config)) | 5395 | (native-inputs (list pkg-config)) |
| 5396 | (inputs (list glm | 5396 | (inputs (list bash-minimal |
| 5397 | curl | ||
| 5398 | glm | ||
| 5397 | libogg | 5399 | libogg |
| 5398 | libpng | 5400 | libpng |
| 5399 | libvorbis | 5401 | libvorbis |
| @@ -5402,16 +5404,15 @@ also available.") | |||
| 5402 | opus | 5404 | opus |
| 5403 | ring-racers-data | 5405 | ring-racers-data |
| 5404 | sdl2 | 5406 | sdl2 |
| 5405 | zlib | 5407 | zlib)) |
| 5406 | curl)) | 5408 | (home-page "https://www.kartkrew.org/") |
| 5407 | (home-page "https://kartkrew.org") | ||
| 5408 | (synopsis "Technical kart racing game") | 5409 | (synopsis "Technical kart racing game") |
| 5409 | (description | 5410 | (description |
| 5410 | "Dr. Robotnik's Ring Racers is a kart racing game drawing inspiration from | 5411 | "Dr.@: Robotnik's Ring Racers is a kart racing game drawing inspiration |
| 5411 | ``anti-gravity'' racers, fighting games, and traditional-style kart racing. | 5412 | from \"anti-gravity\" racers, fighting games, and traditional-style kart |
| 5412 | Ring Racers is designed with an emphasis on player agency in the face of highly | 5413 | racing. Ring Racers is designed with an emphasis on player agency in the face |
| 5413 | technical game-play challenges in both single-player and online multiplayer | 5414 | of highly technical game-play challenges in both single-player and online |
| 5414 | modes.") | 5415 | multiplayer modes.") |
| 5415 | (license license:gpl2+))) | 5416 | (license license:gpl2+))) |
| 5416 | 5417 | ||
| 5417 | (define-public unknown-horizons | 5418 | (define-public unknown-horizons |
