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:
Jelle Licht 2023-02-08 22:05:26 +01:00
parent 8890e9e998
commit cfa2432ae2
No known key found for this signature in database
GPG Key ID: DA4597F947B41025

View File

@ -1588,10 +1588,9 @@ default set of parsers and bindings.")))
(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")