me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 3 deletions

View File

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