[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51838] [PATCH v3 16/43] gnu: node-once: Use #:absent-dependencies.
From: |
Philip McGrath |
Subject: |
[bug#51838] [PATCH v3 16/43] gnu: node-once: Use #:absent-dependencies. |
Date: |
Wed, 8 Dec 2021 15:28:11 -0500 |
gnu/packages/node-xyz.scm (node-once)[arguments]: Add
`#:absent-dependencies`. Stop deleting the `'configure` phase.
---
gnu/packages/node-xyz.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 77577cb315..eb071320cd 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -338,13 +338,10 @@ (define-public node-once
"1z8dcbf28dqdcp4wb0c53wrs90a07nkrax2c9kk26dsk1dhrnxav"))))
(build-system node-build-system)
(arguments
- '(#:tests? #f ; FIXME: tests depend on node-tap
- #:phases
- (modify-phases %standard-phases
- ;; The default configure phase fails due to tap being missing, as we
do
- ;; not have tap packaged yet. It is used only for tests. This
package
- ;; still works as a dependency of node-glob and node-inflight.
- (delete 'configure))))
+ '(#:absent-dependencies
+ '("tap")
+ ;; FIXME: Tests depend on node-tap
+ #:tests? #f))
(inputs
`(("node-wrappy" ,node-wrappy)))
(home-page "https://github.com/isaacs/once")
--
2.32.0
- [bug#51838] [PATCH v3 14/43] gnu: node-semver: Use #:absent-dependencies., (continued)
- [bug#51838] [PATCH v3 14/43] gnu: node-semver: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 13/43] gnu: node-llparse-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 30/43] gnu: Add node-file-uri-to-path., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 30/43] gnu: Add node-file-uri-to-path., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 30/43] gnu: Add node-file-uri-to-path., Philip McGrath, 2021/12/12
- [bug#51838] [PATCH v3 34/43] gnu: Add node-serialport-parser-delimiter., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 32/43] gnu: Add node-segfault-handler., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 32/43] gnu: Add node-segfault-handler., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 32/43] gnu: Add node-segfault-handler., Philip McGrath, 2021/12/12
- [bug#51838] [PATCH v3 35/43] gnu: Add node-serialport-parser-readling., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 16/43] gnu: node-once: Use #:absent-dependencies.,
Philip McGrath <=
- [bug#51838] [PATCH v3 24/43] gnu: Add node-string-decoder., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 17/43] gnu: node-irc-colors: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 22/43] gnu: Add node-inherits., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 25/43] gnu: Add node-readable-stream., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 21/43] guix: node-build-system: Add avoid-node-gyp-rebuild phase., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 31/43] gnu: Add node-bindings., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 31/43] gnu: Add node-bindings., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 31/43] gnu: Add node-bindings., Philip McGrath, 2021/12/12
- [bug#51838] [PATCH v3 28/43] gnu: Add node-addon-api., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 20/43] guix: node-build-system: Add delete-lockfiles phase., Philip McGrath, 2021/12/08