[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59188] [PATCH v7 12/20] gnu: node-yazl: Ignore development dependen
From: |
jlicht |
Subject: |
[bug#59188] [PATCH v7 12/20] gnu: node-yazl: Ignore development dependencies. |
Date: |
Mon, 17 Apr 2023 16:51:14 +0200 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/node-xyz.scm (node-yazl)[arguments]<phases>: Explicitly patch
out development dependencies. Re-enable configure phase.
---
(no changes since v1)
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 628fe41d28..b85507f52f 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -1588,10 +1588,9 @@ (define-public node-yazl
(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 '("airtap" "bl" "istanbul"
"yauzl")))))))
(inputs (list node-buffer-crc32))
(home-page "https://github.com/thejoshwolfe/yazl")
(synopsis "Yet another zip library for node")
--
2.39.2
- [bug#59188] [PATCH v7 01/20] build-system: node: Use `--install-links' with `npm install'., (continued)
- [bug#59188] [PATCH v7 01/20] build-system: node: Use `--install-links' with `npm install'., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 03/20] gnu: node-acorn: Remove lifecycle script., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 13/20] gnu: node-uglify-js: Update to 3.14.2., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 04/20] gnu: node-acorn: Fix broken transpilation., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 06/20] gnu: node-crx3: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 11/20] gnu: node-ieee754: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 08/20] gnu: node-pbf: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 09/20] gnu: node-protocol-buffers-schema: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 10/20] gnu: node-resolve-protobuf-schema: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 17/20] gnu: libuv-for-node: Update to 1.44.2., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 12/20] gnu: node-yazl: Ignore development dependencies.,
jlicht <=
- [bug#59188] [PATCH v7 07/20] gnu: node-minimist: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 14/20] gnu: node-serialport: Avoid gyp rebuilds., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 15/20] gnu: node-openzwave-shared: Fix compilation for new versions of node, jlicht, 2023/04/17
- [bug#59188] [PATCH v7 18/20] gnu: llhttp-bootstrap: Update to 6.0.10., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 05/20] gnu: node-buffer-crc32: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 16/20] gnu: emacs-nodejs-repl: Build with node-lts., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 19/20] gnu: node-lts: Update to 18.16.0., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 20/20] gnu: libnode: Use node-lts as base., jlicht, 2023/04/17