gnu: node-acorn: Disable tests.
* gnu/packages/node-xyz.scm (node-acorn): Explicitly disable tests.
This commit is contained in:
parent
d8ce5e3297
commit
00b2e16823
@ -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 _
|
||||
|
Loading…
Reference in New Issue
Block a user