diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-02-27 00:11:35 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-12 08:29:19 -0400 |
commit | be0279ca848a9277fd60dd1dc9b318616a5dedfd (patch) | |
tree | 868a10eddf0d2f707d999ea1d11094de015d896e /gnu/packages/games.scm | |
parent | c4d18b9e653e95fcb339e1c09a228c8ace305e2e (diff) |
gnu: curl-minimal: Remove variable.
* gnu/packages/curl.scm (curl-minimal): Remove variable.
* gnu/packages/astronomy.scm (python-fitsio, gnuastro): Use curl.
* gnu/packages/games.scm (odamex): Ditto.
* gnu/packages/sync.scm (onedrive): Ditto.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index debd9b5d30..77c4a12a6e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7612,7 +7612,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.") ("sdl-mixer" ,sdl2-mixer) ("zlib" ,zlib) ("libpng" ,libpng) - ("curl" ,curl-minimal) + ("curl" ,curl) ("alsa-lib" ,alsa-lib))) (home-page "https://odamex.net/") (synopsis "Multiplayer Doom port") |