aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorPhilip McGrath <philip@philipmcgrath.com>2022-01-08 03:41:57 -0500
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2022-01-09 02:07:12 +0100
commitff90784cefd67b8a214fa0fb22fd7d0176e14536 (patch)
treea5d10a16f5d3f59f99c319491098c0c632c2ac9d /.guix-channel
parentfcec0195609d961e1f2093e9d0f9e9658f3d4a0d (diff)
downloadguix-ff90784cefd67b8a214fa0fb22fd7d0176e14536.tar.gz
guix-ff90784cefd67b8a214fa0fb22fd7d0176e14536.zip
gnu: node-debug-bootstrap: Use 'delete-dependencies'.
gnu/packages/node.scm (node-debug-bootstrap)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to '.guix-channel')
0 files changed, 0 insertions, 0 deletions
td> This is to make it less surprising, given the common convention sets forth by the kernel Linux command-line parameters. * gnu/build/linux-boot.scm (boot-system): Rename '--load', '--repl', '--root' and '--system' to 'gnu.load', 'gnu.repl', 'root' and 'gnu.system', respectively. Adjust doc. (find-long-option): Adjust doc. * gnu/installer/parted.scm (installer-root-partition-path): Adjust accordingly. * gnu/system.scm (bootable-kernel-arguments): Add a VERSION argument and update doc. Use VERSION to conditionally return old style vs new style initrd arguments. (%boot-parameters-version): Increment to 1. (operating-system-boot-parameters): Adjust doc. (operating-system-boot-parameters-file): Likewise. * gnu/system/linux-initrd.scm (raw-initrd, base-initrd): Likewise. * doc/guix.texi: Adjust doc. * gnu/build/activation.scm (boot-time-system): Adjust accordingly. * gnu/build/hurd-boot.scm (boot-hurd-system): Likewise. * gnu/packages/commencement.scm (%final-inputs-riscv64): Adjust comment.