mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: node-resolve-protobuf-schema: Ignore development dependencies.
* gnu/packages/node-xyz.scm (node-resolve-protobuf-schema)[arguments]<phases>: Explicitly patch out development dependencies. Re-enable configure phase.
This commit is contained in:
parent
0140e014aa
commit
5133b8bfaa
1 changed files with 2 additions and 3 deletions
|
@ -431,10 +431,9 @@ written in Javascript.")
|
||||||
(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 '("standard" "tape")))))))
|
||||||
"--production"))))))
|
|
||||||
(inputs (list node-protocol-buffers-schema))
|
(inputs (list node-protocol-buffers-schema))
|
||||||
(home-page "https://github.com/mafintosh/resolve-protobuf-schema")
|
(home-page "https://github.com/mafintosh/resolve-protobuf-schema")
|
||||||
(synopsis "Resolve protobuf imports")
|
(synopsis "Resolve protobuf imports")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue