~ruther/guix-local

81e723ae0af1c5548b69a955b669831a702bb5f2 — Efraim Flashner 4 months ago 868a00a
gnu: sequoia-chameleon-gnupg: Fix the build.

* gnu/packages/sequoia.scm (sequoia-chameleon-gnupg)[arguments]: Add
more tests to the cargo-test-flags.

Change-Id: Id8c5f6e4bd40ad18fb3d2dffa7d46f4555011abd
1 files changed, 11 insertions(+), 2 deletions(-)

M gnu/packages/sequoia.scm
M gnu/packages/sequoia.scm => gnu/packages/sequoia.scm +11 -2
@@ 1,6 1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019, 2020, 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2021, 2023-2025 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2021, 2023-2026 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 65,7 65,16 @@
              "--skip=gpg::quick::add_key_default_default_iso_date"
              "--skip=gpg::quick::generate_key_default_default_iso_date"
              "--skip=gpg::sign"
              "--skip=gpg::verify")
              "--skip=gpg::verify"
              ;; These tests fail a certain amount of time after the release.
              "--skip=gpg::decrypt::general_purpose_cv25519"
              "--skip=gpg::decrypt::general_purpose_p256"
              "--skip=gpg::decrypt::general_purpose_p384"
              "--skip=gpg::decrypt::general_purpose_p521"
              "--skip=gpg::decrypt::general_purpose_rsa2k"
              "--skip=gpg::decrypt::general_purpose_rsa3k"
              "--skip=gpg::decrypt::general_purpose_rsa4k"
              "--skip=gpg::decrypt::restricted_agent")
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'set-asset-out-dir