[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51838] [PATCH v7 00/41] guix: node-build-system: Support compiling
From: |
Philip McGrath |
Subject: |
[bug#51838] [PATCH v7 00/41] guix: node-build-system: Support compiling add-ons with node-gyp. |
Date: |
Thu, 30 Dec 2021 02:44:15 -0500 |
Hi again,
Here, as promised, is v7!
As I said above, this is my preferred version of this patch series, but I
could also live with v6 if it could achieve consensus.
-Philip
Philip McGrath (41):
guix: node-build-system: Add delete-lockfiles phase.
guix: node-build-system: Add implicit libuv input.
guix: node-build-system: Add JSON utilities.
guix: node-build-system: Add avoid-node-gyp-rebuild phase.
guix: node-build-system: Add #:absent-dependencies argument.
gnu: node-semver-bootstrap: Use #:absent-dependencies.
gnu: node-ms-bootstrap: Use #:absent-dependencies.
gnu: node-binary-search-bootstrap: Use #:absent-dependencies.
gnu: node-debug-bootstrap: Use #:absent-dependencies.
gnu: node-llparse-builder-bootstrap: Use #:absent-dependencies.
gnu: node-llparse-frontend-bootstrap: Use #:absent-dependencies.
gnu: node-llparse-bootstrap: Use #:absent-dependencies.
gnu: node-semver: Use #:absent-dependencies.
gnu: node-wrappy: Use #:absent-dependencies.
gnu: node-once: Use #:absent-dependencies.
gnu: node-irc-colors: Use #:absent-dependencies.
gnu: node-irc: Use #:absent-dependencies.
gnu: Add node-inherits.
gnu: Add node-safe-buffer.
gnu: Add node-string-decoder.
gnu: Add node-readable-stream.
gnu: Add node-nan.
gnu: Add node-openzwave-shared.
gnu: Add node-addon-api.
gnu: Add node-sqlite3.
gnu: Add node-file-uri-to-path.
gnu: Add node-bindings.
gnu: Add node-segfault-handler.
gnu: Add node-ms.
gnu: Add node-debug.
gnu: Add node-serialport-binding-abstract.
gnu: Add node-serialport-parser-delimiter.
gnu: Add node-serialport-parser-readline.
gnu: Add node-serialport-bindings.
gnu: Add node-serialport-parser-regex.
gnu: Add node-serialport-parser-ready.
gnu: Add node-serialport-parser-inter-byte-timeout.
gnu: Add node-serialport-parser-cctalk.
gnu: Add node-serialport-parser-byte-length.
gnu: Add node-serialport-stream.
gnu: Add node-serialport.
gnu/packages/node-xyz.scm | 937 ++++++++++++++++++++++++++++++-
gnu/packages/node.scm | 63 ++-
gnu/packages/zwave.scm | 64 +++
guix/build-system/node.scm | 28 +-
guix/build/node-build-system.scm | 354 +++++++++++-
5 files changed, 1376 insertions(+), 70 deletions(-)
--
2.32.0
- [bug#51838] [PATCH v6 28/41] gnu: Add node-segfault-handler., (continued)
- [bug#51838] [PATCH v6 28/41] gnu: Add node-segfault-handler., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v6 29/41] gnu: Add node-ms., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v6 30/41] gnu: Add node-debug., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v6 35/41] gnu: Add node-serialport-parser-regex., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v6 33/41] gnu: Add node-serialport-parser-readline., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v6 34/41] gnu: Add node-serialport-bindings., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v6 36/41] gnu: Add node-serialport-parser-ready., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v6 37/41] gnu: Add node-serialport-parser-inter-byte-timeout., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v6 39/41] gnu: Add node-serialport-parser-byte-length., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v6 41/41] gnu: Add node-serialport., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v7 00/41] guix: node-build-system: Support compiling add-ons with node-gyp.,
Philip McGrath <=
- [bug#51838] [PATCH v7 04/41] guix: node-build-system: Add avoid-node-gyp-rebuild phase., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v7 01/41] guix: node-build-system: Add delete-lockfiles phase., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v7 02/41] guix: node-build-system: Add implicit libuv input., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v7 06/41] gnu: node-semver-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v7 03/41] guix: node-build-system: Add JSON utilities., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v7 05/41] guix: node-build-system: Add #:absent-dependencies argument., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v7 07/41] gnu: node-ms-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v7 12/41] gnu: node-llparse-bootstrap: Use #:absent-dependencies., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v7 14/41] gnu: node-wrappy: Use #:absent-dependencies., Philip McGrath, 2021/12/30
- [bug#51838] [PATCH v7 13/41] gnu: node-semver: Use #:absent-dependencies., Philip McGrath, 2021/12/30