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:
Jelle Licht 2023-02-08 22:05:25 +01:00
parent 5133b8bfaa
commit 8890e9e998
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -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