guix-patches
[Top][All Lists]
Advanced

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

[bug#67879] [PATCH 04/12] gnu: Disable tests for perl-b-keywords.


From: Wilko Meyer
Subject: [bug#67879] [PATCH 04/12] gnu: Disable tests for perl-b-keywords.
Date: Mon, 18 Dec 2023 18:03:04 +0100

* gnu/packages/perl.scm (perl-b-keywords): disable tests.

Change-Id: I3e33fe556563b99a493ca77dac66a4bc2ebdeb7b
---
 gnu/packages/perl.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 3c9b12d31b..ca2b4605a9 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -988,6 +988,9 @@ (define-public perl-b-keywords
        (sha256
         (base32 "0i2ksp0w9wv1qc22hrdl3k48cww64syhmv8zf6x0kgyd4081hr56"))))
     (build-system perl-build-system)
+    ;; TODO: tests currently fail, disabled for now
+    (arguments
+      `(#:tests? #f))
     (home-page "https://metacpan.org/release/B-Keywords";)
     (synopsis "Lists of reserved barewords and symbol names")
     (description "@code{B::Keywords} supplies several arrays of exportable
-- 
2.41.0






reply via email to

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