me
/
guix
Archived
1
0
Fork 0

gnu: trurl: Correct inputs.

* gnu/packages/curl.scm (trurl): Replace non-existant input curl-7.84.0 by
curl, which is version 7.85.0.
master
Andreas Enge 2023-04-25 15:21:05 +02:00
parent c919bfefd9
commit b380fbca88
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 1 additions and 3 deletions

View File

@ -406,9 +406,7 @@ sugar and output formatting inspired from @code{httpie}.")
#~(modify-phases %standard-phases
(delete 'configure))))
(native-inputs (list python))
;; Tests failed on older curl version
;; (see https://github.com/curl/trurl/pull/165)
(inputs (list curl-7.84.0))
(inputs (list curl))
(home-page "https://curl.se/trurl/")
(synopsis "Command line tool for URL parsing and manipulatio")
(description "@code{trurl} is a tool in a similar spirit of @code{tr} but