mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: node-protocol-buffers-schema: Ignore development dependencies.
* gnu/packages/node-xyz.scm (node-protocol-buffers-schema)[arguments]<phases>: Explicitly patch out development dependencies. Re-enable configure phase.
This commit is contained in:
parent
25a117bcd8
commit
0140e014aa
1 changed files with 2 additions and 3 deletions
|
@ -405,10 +405,9 @@ (define-public node-protocol-buffers-schema
|
|||
(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 '("standard" "tape")))))))
|
||||
(home-page "https://github.com/mafintosh/protocol-buffers-schema")
|
||||
(synopsis "Protocol buffers schema parser written in Javascript")
|
||||
(description "This package provides a protocol buffers schema parser
|
||||
|
|
Loading…
Reference in a new issue