mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: node-ieee754: Ignore development dependencies.
* gnu/packages/node-xyz.scm (node-ieee754)[arguments]<phases>: Explicitly patch out development dependencies. Re-enable configure phase.
This commit is contained in:
parent
5133b8bfaa
commit
8890e9e998
1 changed files with 2 additions and 3 deletions
|
@ -623,10 +623,9 @@ (define-public node-ieee754
|
|||
(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 '("airtap" "standard" "tape")))))))
|
||||
(home-page "https://github.com/feross/ieee754")
|
||||
(synopsis "Read/write IEEE754 floating point numbers in Javascript")
|
||||
(description "This package can read and write IEEE754 floating point
|
||||
|
|
Loading…
Reference in a new issue