me
/
guix
Archived
1
0
Fork 0

gnu: node-semver: Use 'delete-dependencies'.

gnu/packages/node-xyz.scm (node-semver)[arguments]: Use
'delete-dependencies'.  Stop deleting the 'configure' phase.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Philip McGrath 2022-01-08 03:42:01 -05:00 committed by Liliana Marie Prikler
parent 96a5170fde
commit cdc47fb3ef
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 6 additions and 4 deletions

View File

@ -288,11 +288,13 @@ function with browser support.")
"06biknqb05r9xsmcflm3ygh50pjvdk84x6r79w43kmck4fn3qn5p")))) "06biknqb05r9xsmcflm3ygh50pjvdk84x6r79w43kmck4fn3qn5p"))))
(build-system node-build-system) (build-system node-build-system)
(arguments (arguments
'(#:tests? #f ; FIXME: Tests depend on node-tap '(#:phases
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
;; The only dependency to check for is tap, which we don't have. (add-after 'patch-dependencies 'delete-dependencies
(delete 'configure)))) (lambda args
(delete-dependencies '("tap")))))
;; FIXME: Tests depend on node-tap
#:tests? #f))
(home-page "https://github.com/npm/node-semver") (home-page "https://github.com/npm/node-semver")
(synopsis "Parses semantic versions strings") (synopsis "Parses semantic versions strings")
(description (description