me
/
guix
Archived
1
0
Fork 0

gnu: node-acorn: Disable tests.

* gnu/packages/node-xyz.scm (node-acorn): Explicitly disable tests.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -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 _