gnu: git-absorb: Fix build.
* gnu/packages/rust-apps.scm (git-absorb)[arguments]: Permit newer versions of rust-clap-2.
parent
7c1ccc7656
commit
175915bb44
|
@ -1463,6 +1463,7 @@ Full featured offline client with caching support.")
|
||||||
(substitute* "Cargo.toml"
|
(substitute* "Cargo.toml"
|
||||||
(("2.5") "2")
|
(("2.5") "2")
|
||||||
(("~2.3\"") "2\"")
|
(("~2.3\"") "2\"")
|
||||||
|
(("~2.33\"") "2\"") ; clap
|
||||||
(("3.1") "3"))))
|
(("3.1") "3"))))
|
||||||
(add-after 'install 'install-manual-page
|
(add-after 'install 'install-manual-page
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
|
Reference in New Issue