mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: node-minimist: Ignore development dependencies.
* gnu/packages/node-xyz.scm (node-minimist)[arguments]<phases>: Explicitly patch out development dependencies. Re-enable configure phase.
This commit is contained in:
parent
06be5228f0
commit
4c26ea1257
1 changed files with 2 additions and 3 deletions
|
@ -313,10 +313,9 @@ (define-public node-minimist
|
|||
(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 '("covert" "tap" "tape")))))))
|
||||
(home-page "https://github.com/substack/minimist")
|
||||
(synopsis "Parse CLI arguments in Javascript")
|
||||
(description "This package can scan for CLI flags and arguments in
|
||||
|
|
Loading…
Reference in a new issue