mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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.
This commit is contained in:
parent
c919bfefd9
commit
b380fbca88
1 changed files with 1 additions and 3 deletions
|
@ -406,9 +406,7 @@ (define-public trurl
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(native-inputs (list python))
|
(native-inputs (list python))
|
||||||
;; Tests failed on older curl version
|
(inputs (list curl))
|
||||||
;; (see https://github.com/curl/trurl/pull/165)
|
|
||||||
(inputs (list curl-7.84.0))
|
|
||||||
(home-page "https://curl.se/trurl/")
|
(home-page "https://curl.se/trurl/")
|
||||||
(synopsis "Command line tool for URL parsing and manipulatio")
|
(synopsis "Command line tool for URL parsing and manipulatio")
|
||||||
(description "@code{trurl} is a tool in a similar spirit of @code{tr} but
|
(description "@code{trurl} is a tool in a similar spirit of @code{tr} but
|
||||||
|
|
Loading…
Reference in a new issue