[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59188] [PATCH v3 04/16] gnu: node-buffer-crc32: Ignore development
From: |
jlicht |
Subject: |
[bug#59188] [PATCH v3 04/16] gnu: node-buffer-crc32: Ignore development dependencies. |
Date: |
Wed, 8 Feb 2023 22:05:19 +0100 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/node-xyz.scm (node-acorn)[arguments]<phases>: Explicitly patch
out development dependencies. Re-enable configure phase.
---
gnu/packages/node-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index c9a853616e..d527e3240a 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -123,10 +123,9 @@ (define-public node-buffer-crc32
(arguments
'(#:tests? #f
#:phases (modify-phases %standard-phases
- (replace 'configure
+ (add-after 'patch-dependencies 'delete-dependencies
(lambda _
- (invoke "npm" "--offline" "--ignore-scripts" "install"
- "--production"))))))
+ (delete-dependencies '("tap")))))))
(home-page "https://github.com/brianloveswords/buffer-crc32")
(synopsis "CRC32 implementation in Javascript")
(description
--
2.39.1
- [bug#59188] [PATCH v3 01/16] gnu: node-acorn: Disable tests., (continued)
- [bug#59188] [PATCH v3 01/16] gnu: node-acorn: Disable tests., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 05/16] gnu: node-crx3: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 03/16] gnu: node-acorn: Fix broken transpilation., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 07/16] gnu: node-pbf: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 09/16] gnu: node-resolve-protobuf-schema: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 10/16] gnu: node-ieee754: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 11/16] gnu: node-yazl: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 06/16] gnu: node-minimist: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 08/16] gnu: node-protocol-buffers-schema: Ignore development dependencies., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 15/16] gnu: node-lts: Update to 18.14.0., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 04/16] gnu: node-buffer-crc32: Ignore development dependencies.,
jlicht <=
- [bug#59188] [PATCH v3 12/16] gnu: node-uglify-js: Update to 3.14.2., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 13/16] gnu: libuv-for-node: Update to 1.44.2., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 16/16] gnu: libnode: Use node-lts as base., jlicht, 2023/02/08
- [bug#59188] [PATCH v3 14/16] gnu: llhttp-bootstrap: Update to 6.0.10., jlicht, 2023/02/08