[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51838] [PATCH v5 15/45] gnu: node-semver: Use #:absent-dependencies
From: |
Philip McGrath |
Subject: |
[bug#51838] [PATCH v5 15/45] gnu: node-semver: Use #:absent-dependencies. |
Date: |
Thu, 16 Dec 2021 21:02:55 -0500 |
gnu/packages/node-xyz.scm (node-semver)[arguments]: Add
`#:absent-dependencies`. Stop deleting the `'configure` phase.
---
gnu/packages/node-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 9a0be96852..bd72eea807 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -288,11 +288,10 @@ (define-public node-semver
"06biknqb05r9xsmcflm3ygh50pjvdk84x6r79w43kmck4fn3qn5p"))))
(build-system node-build-system)
(arguments
- '(#:tests? #f ; FIXME: Tests depend on node-tap
- #:phases
- (modify-phases %standard-phases
- ;; The only dependency to check for is tap, which we don't have.
- (delete 'configure))))
+ '(#:absent-dependencies
+ '("tap")
+ ;; FIXME: Tests depend on node-tap
+ #:tests? #f))
(home-page "https://github.com/npm/node-semver")
(synopsis "Parses semantic versions strings")
(description
--
2.32.0
- [bug#51838] [PATCH v6 40/41] gnu: Add node-serialport-stream., (continued)
- [bug#51838] [PATCH v6 40/41] gnu: Add node-serialport-stream., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v6 38/41] gnu: Add node-serialport-parser-cctalk., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v5 07/45] guix: node-build-system: Add #:absent-dependencies argument., Liliana Marie Prikler, 2021/12/20
- [bug#51838] [PATCH v5 07/45] guix: node-build-system: Add #:absent-dependencies argument., Jelle Licht, 2021/12/20
- [bug#51838] [PATCH v5 07/45] guix: node-build-system: Add #:absent-dependencies argument., Philip McGrath, 2021/12/20
- [bug#51838] [PATCH v5 12/45] gnu: node-llparse-builder-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 13/45] gnu: node-llparse-frontend-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 09/45] gnu: node-ms-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 08/45] gnu: node-semver-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 14/45] gnu: node-llparse-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 15/45] gnu: node-semver: Use #:absent-dependencies.,
Philip McGrath <=
- [bug#51838] [PATCH v5 17/45] gnu: node-once: Use #:absent-dependencies., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 16/45] gnu: node-wrappy: Use #:absent-dependencies., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 21/45] guix: node-build-system: Add avoid-node-gyp-rebuild phase., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 19/45] gnu: node-irc: Use #:absent-dependencies., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 20/45] guix: node-build-system: Add implicit libuv input., Philip McGrath, 2021/12/16
- [bug#51838] [PATCH v5 20/45] guix: node-build-system: Add implicit libuv input., Liliana Marie Prikler, 2021/12/17
- [bug#51838] [PATCH v5 20/45] guix: node-build-system: Add implicit libuv input., Philip McGrath, 2021/12/18
- [bug#51838] [PATCH v5 20/45] guix: node-build-system: Add implicit libuv input., Liliana Marie Prikler, 2021/12/18
- [bug#51838] [PATCH v5 20/45] guix: node-build-system: Add implicit libuv input., Jelle Licht, 2021/12/19
- [bug#51838] [PATCH v5 20/45] guix: node-build-system: Add implicit libuv input., Philip McGrath, 2021/12/18