me
/
guix
Archived
1
0
Fork 0

gnu: alfis: Remove 'relax-requirements phase.

* gnu/packages/rust-apps.scm (alfis)[arguments]: Remove custom phases.
Efraim Flashner 2022-02-15 20:58:52 +02:00
parent b394f77e0b
commit 150318a0bf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 13 deletions

View File

@ -122,19 +122,6 @@ low-end hardware and serving many concurrent requests.")
'("--release" "--"
"--skip=dns::client::tests::test_tcp_client"
"--skip=dns::client::tests::test_udp_client")
#:phases
(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\"")))))
#:cargo-inputs
(("rust-getopts" ,rust-getopts-0.2)
("rust-log" ,rust-log-0.4)