me
/
guix
Archived
1
0
Fork 0

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

gnu/packages/node.scm (node-semver-bootstrap)[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:41:54 -05:00 committed by Liliana Marie Prikler
parent a62e6e3220
commit ef511a3b48
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@
;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2021 Philip McGrath <philip@philipmcgrath.com>
;;; Copyright © 2021, 2022 Philip McGrath <philip@philipmcgrath.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -346,7 +346,9 @@ devices.")
#:tests? #f
#:phases
(modify-phases %standard-phases
(delete 'configure))))
(add-after 'patch-dependencies 'delete-dependencies
(lambda args
(delete-dependencies '("tap")))))))
(home-page "https://github.com/npm/node-semver")
(properties '((hidden? . #t)))
(synopsis "Parses semantic versions strings")