mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: alfis: Fix build.
* gnu/packages/rust-apps: (alfis): [arguments]<#:phases>: Relax the rust-zeroize requirements for rust-chacha20poly1305 and rust-chacha20 in the 'relax-requirements' phase. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
b8c856e215
commit
7e3f44cc4d
1 changed files with 6 additions and 0 deletions
|
@ -126,6 +126,12 @@ (define-public alfis
|
|||
(modify-phases %standard-phases
|
||||
(add-after 'configure 'relax-requirements
|
||||
(lambda _
|
||||
(substitute*
|
||||
"guix-vendor/rust-chacha20-0.8.1.tar.gz/Cargo.toml"
|
||||
(("version = \">=1, <1.5\"") "version = \"^1\""))
|
||||
(substitute*
|
||||
"guix-vendor/rust-chacha20poly1305-0.9.0.tar.gz/Cargo.toml"
|
||||
(("version = \">=1, <1.5\"") "version = \"^1\""))
|
||||
(substitute*
|
||||
"guix-vendor/rust-x25519-dalek-1.2.0.tar.gz/Cargo.toml"
|
||||
(("version = \"=1.3\"") "version = \"^1.3\"")))))
|
||||
|
|
Loading…
Reference in a new issue