aboutsummaryrefslogtreecommitdiff
path: root/nix/scripts/substitute-binary.in
blob: 48d7bb8ff100650cf40ceb7b27617258f9cbe552 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
#!@SHELL@
# A shorthand for "guix substitute-binary", for use by the daemon.

if test "x$GUIX_UNINSTALLED" = "x"
then
    prefix="@prefix@"
    exec_prefix="@exec_prefix@"
    exec "@bindir@/guix" substitute-binary "$@"
else
    exec guix substitute-binary "$@"
fi
b41d236b9b73bcc038'>gnu: node: Disable flaky test....Marius Bakke 2022-01-09gnu: node-llparse-bootstrap: Use 'delete-dependencies'....Philip McGrath 2022-01-09gnu: node-llparse-frontend-bootstrap: Use 'delete-dependencies'....Philip McGrath 2022-01-09gnu: node-llparse-builder-bootstrap: Use 'delete-dependencies'....Philip McGrath 2022-01-09gnu: node-debug-bootstrap: Use 'delete-dependencies'....Philip McGrath 2022-01-09gnu: node-binary-search-bootstrap: Use 'delete-dependencies'....Philip McGrath 2022-01-09gnu: node-ms-bootstrap: Use 'delete-dependencies'....Philip McGrath 2022-01-09gnu: node-semver-bootstrap: Use 'delete-dependencies'....Philip McGrath 2021-12-24gnu: node: Add an npmrc file to set nodedir....Philip McGrath 2021-12-24gnu: node: Patch shebangs in node_modules....Philip McGrath 2021-12-24gnu: node: Update to 10.24.1 for bootstrapping....Philip McGrath 2021-12-24gnu: node: Avoid duplicating build phases....Philip McGrath 2021-12-13gnu: Simplify package inputs....Ludovic Courtès 2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-15gnu: node-lts: Update to 14.18.1 [security fixes]....Jelle Licht 2021-11-15gnu: llhttp-bootstrap: Update to 2.1.4 [security-fixes]....Jelle Licht 2021-11-15gnu: node: Add cpe-name....Jelle Licht