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>master
parent
acdb42e5d0
commit
0425c91a92
|
@ -496,7 +496,7 @@ in FITS files.")
|
|||
(("self.use_system_fitsio") "True")
|
||||
(("self.system_fitsio_includedir") includedir)
|
||||
(("self.system_fitsio_libdir") libdir))))))))
|
||||
(inputs (list curl-minimal))
|
||||
(inputs (list curl))
|
||||
(propagated-inputs
|
||||
(list python-numpy cfitsio))
|
||||
(home-page "https://github.com/esheldon/fitsio")
|
||||
|
@ -663,7 +663,7 @@ astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
|
|||
'(#:configure-flags '("--disable-static")))
|
||||
(inputs
|
||||
(list cfitsio
|
||||
curl-minimal
|
||||
curl
|
||||
gsl
|
||||
libgit2
|
||||
libjpeg-turbo
|
||||
|
|
|
@ -170,9 +170,6 @@ tunneling, and so on.")
|
|||
"NUM_THREADS 100\n"))))))
|
||||
(else phases)))))))
|
||||
|
||||
(define-public curl-minimal
|
||||
(deprecated-package "curl-minimal" curl))
|
||||
|
||||
(define-public curl-ssh
|
||||
(package/inherit curl
|
||||
(arguments
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -408,7 +408,7 @@ silently and reliably flow across to every other.")
|
|||
(list pkg-config))
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
curl-minimal
|
||||
curl
|
||||
ldc
|
||||
libnotify
|
||||
sqlite))
|
||||
|
|
Reference in New Issue