guix-commits
[Top][All Lists]
Advanced

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

branch wip-hurd updated: squash! gnu: libgpg-error: Skip failing test fo


From: guix-commits
Subject: branch wip-hurd updated: squash! gnu: libgpg-error: Skip failing test for the Hurd.
Date: Tue, 13 Jun 2023 02:21:19 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch wip-hurd
in repository guix.

The following commit(s) were added to refs/heads/wip-hurd by this push:
     new d2f374fa4d squash! gnu: libgpg-error: Skip failing test for the Hurd.
d2f374fa4d is described below

commit d2f374fa4d12c730e91c1c751017f437571947fb
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jun 13 08:20:26 2023 +0200

    squash! gnu: libgpg-error: Skip failing test for the Hurd.
---
 gnu/packages/gnupg.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 5a9e3fd173..4e1364ac2d 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -105,10 +105,11 @@
     (arguments
      (cond
       ((%current-target-system)
-       #~(#:modules ((guix build gnu-build-system)
+       (list
+        #:modules ''((guix build gnu-build-system)
                      (guix build utils))
-          #:phases
-          (modify-phases %standard-phases
+        #:phases
+        #~(modify-phases %standard-phases
             ;; If this is left out, some generated header
             ;; files will be sprinkled with ā€˜\cā€™, which
             ;; the compiler won't like.



reply via email to

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