gnu: node-yazl: Ignore development dependencies.
* gnu/packages/node-xyz.scm (node-yazl)[arguments]<phases>: Explicitly patch out development dependencies. Re-enable configure phase.
This commit is contained in:
parent
8890e9e998
commit
cfa2432ae2
@ -1588,10 +1588,9 @@ default set of parsers and bindings.")))
|
|||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f
|
'(#:tests? #f
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(replace 'configure
|
(add-after 'patch-dependencies 'delete-dependencies
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "npm" "--offline" "--ignore-scripts" "install"
|
(delete-dependencies '("airtap" "bl" "istanbul" "yauzl")))))))
|
||||||
"--production"))))))
|
|
||||||
(inputs (list node-buffer-crc32))
|
(inputs (list node-buffer-crc32))
|
||||||
(home-page "https://github.com/thejoshwolfe/yazl")
|
(home-page "https://github.com/thejoshwolfe/yazl")
|
||||||
(synopsis "Yet another zip library for node")
|
(synopsis "Yet another zip library for node")
|
||||||
|
Loading…
Reference in New Issue
Block a user