emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#53963: closed ([PATCH] gnu: alfis: Fix build.)


From: GNU bug Tracking System
Subject: bug#53963: closed ([PATCH] gnu: alfis: Fix build.)
Date: Mon, 14 Feb 2022 09:57:01 +0000

Your message dated Mon, 14 Feb 2022 10:56:04 +0100
with message-id <87r185srez.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#53963] [PATCH] gnu: alfis: Fix build.
has caused the debbugs.gnu.org bug report #53963,
regarding [PATCH] gnu: alfis: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53963: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53963
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: alfis: Fix build. Date: Sat, 12 Feb 2022 19:25:14 +0000
* gnu/packages/rust-apps: (alfis): [arguments]<#:phases>:
Relax the rust-zeroize requirements for rust-chacha20poly1305
and rust-chacha20 in the 'relax-requirements' phase.
---
 gnu/packages/rust-apps.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index a97fcc7968..725677b3d9 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -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\"")))))
-- 
2.34.0



-- 

Aleksandr Vityazev



--- End Message ---
--- Begin Message --- Subject: Re: [bug#53963] [PATCH] gnu: alfis: Fix build. Date: Mon, 14 Feb 2022 10:56:04 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

> * gnu/packages/rust-apps: (alfis): [arguments]<#:phases>:
> Relax the rust-zeroize requirements for rust-chacha20poly1305
> and rust-chacha20 in the 'relax-requirements' phase.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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