unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazev@posteo.org>
To: 53963@debbugs.gnu.org
Subject: [bug#53963] [PATCH] gnu: alfis: Fix build.
Date: Sat, 12 Feb 2022 19:25:14 +0000	[thread overview]
Message-ID: <a805425c7c9bfae39bf32acd730fc30848bd343d.1644693838.git.avityazev@posteo.org> (raw)
In-Reply-To: <cover.1644693837.git.avityazev@posteo.org>

* 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




  parent reply	other threads:[~2022-02-12 19:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1644693837.git.avityazev@posteo.org>
2022-02-12 19:24 ` [bug#53962] [PATCH] gnu: rust-chacha20poly1305: Fix build Aleksandr Vityazev
2022-02-14  9:55   ` bug#53962: " Nicolas Goaziou
2022-02-12 19:25 ` Aleksandr Vityazev [this message]
2022-02-14  9:56   ` bug#53963: [PATCH] gnu: alfis: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a805425c7c9bfae39bf32acd730fc30848bd343d.1644693838.git.avityazev@posteo.org \
    --to=avityazev@posteo.org \
    --cc=53963@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).