gnu: node-buffer-crc32: Ignore development dependencies.

* gnu/packages/node-xyz.scm (node-acorn)[arguments]<phases>: Explicitly patch
out development dependencies.  Re-enable configure phase.
This commit is contained in:
Jelle Licht 2023-02-08 22:05:19 +01:00
parent 14821580f5
commit aa0dbc3170
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -123,10 +123,9 @@ (define-public node-buffer-crc32
(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 '("tap")))))))
"--production"))))))
(home-page "https://github.com/brianloveswords/buffer-crc32") (home-page "https://github.com/brianloveswords/buffer-crc32")
(synopsis "CRC32 implementation in Javascript") (synopsis "CRC32 implementation in Javascript")
(description (description