1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: Remove 'curl-minimal'.

* gnu/packages/curl.scm (curl-minimal): Deprecate variable.
* gnu/packages/games.scm (yamagi-quake2)[inputs]: Replace CURL-MINIMAL with
CURL.
* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]: Likewise.
(cmake-minimal)[inputs]: Don't override the "curl" input.
This commit is contained in:
Marius Bakke 2020-12-16 19:20:39 +01:00
parent 2add5b2032
commit c78964efa8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 5 additions and 12 deletions

View file

@ -207,7 +207,7 @@
(apply invoke "./configure" configure-flags))))))
(inputs
`(("bzip2" ,bzip2)
("curl" ,curl-minimal)
("curl" ,curl)
("expat" ,expat)
("file" ,file)
("libarchive" ,libarchive)
@ -259,9 +259,8 @@ and workspaces that can be used in the compiler environment of your choice.")
(define preserved-files ',%preserved-third-party-files))
exp))))))
(inputs
`(("curl" ,curl)
("jsoncpp" ,jsoncpp)
,@(alist-delete "curl" (package-inputs cmake-bootstrap))))
`(("jsoncpp" ,jsoncpp)
,@(package-inputs cmake-bootstrap)))
(build-system cmake-build-system)
(arguments
`(#:configure-flags