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