mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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:
parent
14821580f5
commit
aa0dbc3170
1 changed files with 2 additions and 3 deletions
|
@ -123,10 +123,9 @@ (define-public node-buffer-crc32
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue