mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: node-acorn: Disable tests.
* gnu/packages/node-xyz.scm (node-acorn): Explicitly disable tests.
This commit is contained in:
parent
d8ce5e3297
commit
00b2e16823
1 changed files with 2 additions and 1 deletions
|
@ -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 _
|
||||||
|
|
Loading…
Reference in a new issue