[bug#59188,v6,12/19] gnu: node-yazl: Ignore development dependencies.
Commit Message
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/node-xyz.scm (node-yazl)[arguments]<phases>: Explicitly patch
out development dependencies. Re-enable configure phase.
---
(no changes since v1)
gnu/packages/node-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
@@ -1588,10 +1588,9 @@ (define-public node-yazl
(arguments
'(#:tests? #f
#:phases (modify-phases %standard-phases
- (replace 'configure
+ (add-after 'patch-dependencies 'delete-dependencies
(lambda _
- (invoke "npm" "--offline" "--ignore-scripts" "install"
- "--production"))))))
+ (delete-dependencies '("airtap" "bl" "istanbul" "yauzl")))))))
(inputs (list node-buffer-crc32))
(home-page "https://github.com/thejoshwolfe/yazl")
(synopsis "Yet another zip library for node")