summaryrefslogtreecommitdiff
path: root/guix/build/node-build-system.scm
AgeCommit message (Expand)Author
2023-06-22guix: node-build-system: Delete from peerDependencies too.Lars-Dominik Braun
2023-05-06build-system: node: Use `--install-links' with `npm install'.Jelle Licht
2022-01-09guix: node-build-system: Add 'delete-dependencies' helper function.Philip McGrath
2022-01-09guix: node-build-system: Add avoid-node-gyp-rebuild phase.Philip McGrath
2022-01-09guix: node-build-system: Add JSON utilities.Philip McGrath
2022-01-09guix: node-build-system: Add delete-lockfiles phase.Philip McGrath
2021-06-24build: Make outputs of node-build-system reproducible.Lars-Dominik Braun
2021-04-02build-system: Rewrite node build system.Jelle Licht
2020-02-25guix: node-build-system: Do not symlink /bin.Julien Lepiller
2019-07-14Revert "guix: node-build-system: Use guile-json instead of a custom parser."Julien Lepiller
2019-07-14guix: node-build-system: Use guile-json instead of a custom parser.Julien Lepiller
2019-07-14build: Add node-build-system.Jelle Licht