guix-commits
[Top][All Lists]
Advanced

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

01/16: gnu: node-acorn: Disable tests.


From: guix-commits
Subject: 01/16: gnu: node-acorn: Disable tests.
Date: Mon, 20 Feb 2023 11:03:04 -0500 (EST)

jlicht pushed a commit to branch node-18-updates
in repository guix.

commit 5f86a9e427769fb9cf1444d6fa7c8fdf8abac290
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Wed Feb 8 22:05:16 2023 +0100

    gnu: node-acorn: Disable tests.
    
    * gnu/packages/node-xyz.scm (node-acorn): Explicitly disable tests.
---
 gnu/packages/node-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index a1e89f1759..51ea110e8c 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -46,7 +46,8 @@
         (base32 "068h5gysz8bbslq31dva8f223rdf8l7w6nxcxjnv4zdprwkzkhaa"))))
     (build-system node-build-system)
     (arguments
-     '(#:phases
+     '(#:tests? #f
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'change-directory
            (lambda _



reply via email to

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