diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-02-15 20:58:52 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-02-15 21:00:09 +0200 |
commit | 150318a0bf1718c8ee645696cf1a67100e4e84d2 (patch) | |
tree | f2477cc7f32aab94f494221aeab7a46777b25c46 | |
parent | b394f77e0b9727ab6de3c6eaacc1fafa5dcd3c9f (diff) |
gnu: alfis: Remove 'relax-requirements phase.
* gnu/packages/rust-apps.scm (alfis)[arguments]: Remove custom phases.
-rw-r--r-- | gnu/packages/rust-apps.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 5b27bf3647..bb59f6b448 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -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) |