[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51838] [PATCH v3 18/43] gnu: node-irc: Use #:absent-dependencies.
From: |
Philip McGrath |
Subject: |
[bug#51838] [PATCH v3 18/43] gnu: node-irc: Use #:absent-dependencies. |
Date: |
Wed, 8 Dec 2021 15:28:13 -0500 |
gnu/packages/node-xyz.scm (node-irc)[arguments]: Add
`#:absent-dependencies`. Stop deleting the `'configure` phase.
---
gnu/packages/node-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 9646c14243..998d0a9a90 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -394,12 +394,12 @@ (define-public node-irc
"1ln4qfx20jbwg4cp8lp0vf27m5281z2sz16d15xd6150n26cbi4x"))))
(build-system node-build-system)
(arguments
- '(#:tests? #f ; FIXME: tests depend on node-faucet
- #:phases
- (modify-phases %standard-phases
- ;; The default configure phase fails due to various packages
- ;; being missing, as we don't have them packaged yet.
- (delete 'configure))))
+ '(#:absent-dependencies
+ `("ansi-color"
+ "faucet"
+ "jscs"
+ "tape")
+ #:tests? #f))
(inputs
`(("node-irc-colors" ,node-irc-colors)))
(home-page "https://github.com/martynsmith/node-irc")
--
2.32.0
- [bug#51838] [PATCH v3 36/43] gnu: Add node-serialport-bindings., (continued)
- [bug#51838] [PATCH v3 36/43] gnu: Add node-serialport-bindings., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 42/43] gnu: Add node-serialport-stream., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 37/43] gnu: Add node-serialport-parser-regex., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 26/43] gnu: Add node-nan., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 26/43] gnu: Add node-nan., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 26/43] gnu: Add node-nan., Philip McGrath, 2021/12/12
- [bug#51838] [PATCH v3 15/43] gnu: node-wrappy: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 29/43] gnu: Add node-sqlite3., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 29/43] gnu: Add node-sqlite3., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 29/43] gnu: Add node-sqlite3., Philip McGrath, 2021/12/12
- [bug#51838] [PATCH v3 18/43] gnu: node-irc: Use #:absent-dependencies.,
Philip McGrath <=
- [bug#51838] [PATCH v3 19/43] guix: node-build-system: Add implicit libuv input., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 23/43] gnu: Add node-safe-buffer., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 38/43] gnu: Add node-serialport-parser-ready., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 27/43] gnu: Add node-openzwave-shared., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 33/43] gnu: Add node-serialport-binding-abstract., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 41/43] gnu: Add node-serialport-parser-byte-length., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 43/43] gnu: Add node-serialport., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/12