guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: alfis: Remove 'relax-requirements phase.


From: guix-commits
Subject: 04/04: gnu: alfis: Remove 'relax-requirements phase.
Date: Tue, 15 Feb 2022 14:02:17 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 150318a0bf1718c8ee645696cf1a67100e4e84d2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 15 20:58:52 2022 +0200

    gnu: alfis: Remove 'relax-requirements phase.
    
    * gnu/packages/rust-apps.scm (alfis)[arguments]: Remove custom phases.
---
 gnu/packages/rust-apps.scm | 13 -------------
 1 file changed, 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]