gnu: node-acorn: Disable tests.

* gnu/packages/node-xyz.scm (node-acorn): Explicitly disable tests.
This commit is contained in:
Jelle Licht 2023-02-08 22:05:16 +01:00
parent d8ce5e3297
commit 00b2e16823
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -46,7 +46,8 @@ (define-public node-acorn
(base32 "068h5gysz8bbslq31dva8f223rdf8l7w6nxcxjnv4zdprwkzkhaa")))) (base32 "068h5gysz8bbslq31dva8f223rdf8l7w6nxcxjnv4zdprwkzkhaa"))))
(build-system node-build-system) (build-system node-build-system)
(arguments (arguments
'(#:phases '(#:tests? #f
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'change-directory (add-after 'unpack 'change-directory
(lambda _ (lambda _