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.use_system_fitsio") "True")
|
||||||
(("self.system_fitsio_includedir") includedir)
|
(("self.system_fitsio_includedir") includedir)
|
||||||
(("self.system_fitsio_libdir") libdir))))))))
|
(("self.system_fitsio_libdir") libdir))))))))
|
||||||
(inputs (list curl-minimal))
|
(inputs (list curl))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy cfitsio))
|
(list python-numpy cfitsio))
|
||||||
(home-page "https://github.com/esheldon/fitsio")
|
(home-page "https://github.com/esheldon/fitsio")
|
||||||
|
@ -663,7 +663,7 @@ astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
|
||||||
'(#:configure-flags '("--disable-static")))
|
'(#:configure-flags '("--disable-static")))
|
||||||
(inputs
|
(inputs
|
||||||
(list cfitsio
|
(list cfitsio
|
||||||
curl-minimal
|
curl
|
||||||
gsl
|
gsl
|
||||||
libgit2
|
libgit2
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
|
|
|
@ -170,9 +170,6 @@ tunneling, and so on.")
|
||||||
"NUM_THREADS 100\n"))))))
|
"NUM_THREADS 100\n"))))))
|
||||||
(else phases)))))))
|
(else phases)))))))
|
||||||
|
|
||||||
(define-public curl-minimal
|
|
||||||
(deprecated-package "curl-minimal" curl))
|
|
||||||
|
|
||||||
(define-public curl-ssh
|
(define-public curl-ssh
|
||||||
(package/inherit curl
|
(package/inherit curl
|
||||||
(arguments
|
(arguments
|
||||||
|
|
|
@ -7612,7 +7612,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.")
|
||||||
("sdl-mixer" ,sdl2-mixer)
|
("sdl-mixer" ,sdl2-mixer)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("curl" ,curl-minimal)
|
("curl" ,curl)
|
||||||
("alsa-lib" ,alsa-lib)))
|
("alsa-lib" ,alsa-lib)))
|
||||||
(home-page "https://odamex.net/")
|
(home-page "https://odamex.net/")
|
||||||
(synopsis "Multiplayer Doom port")
|
(synopsis "Multiplayer Doom port")
|
||||||
|
|
|
@ -408,7 +408,7 @@ silently and reliably flow across to every other.")
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
curl-minimal
|
curl
|
||||||
ldc
|
ldc
|
||||||
libnotify
|
libnotify
|
||||||
sqlite))
|
sqlite))
|
||||||
|
|
Reference in New Issue