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:
Jelle Licht 2022-01-13 12:02:51 +01:00
parent 7c1ccc7656
commit 175915bb44
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 1 additions and 0 deletions

View File

@ -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)