aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-authenticate.sh
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2023-05-30 18:08:38 +0200
committerJan (janneke) Nieuwenhuizen <janneke@gnu.org>2024-11-11 07:28:33 +0100
commitf2cefd700d6fb6ee26a9289b8194524062d2778f (patch)
tree52f35fd5f02f1aabc32b3a3cad211eab4180f25b /tests/guix-authenticate.sh
parentb25d2ad5c7bba8c2818ea269b0549ef5ce10823a (diff)
downloadguix-f2cefd700d6fb6ee26a9289b8194524062d2778f.tar.gz
guix-f2cefd700d6fb6ee26a9289b8194524062d2778f.zip
hurd-boot: Support second boot.
* gnu/build/hurd-boot.scm (boot-hurd-system): Check for stale shepherd socket and remove it. Be chattier about /hurd symlink replacement. Change-Id: I5e528c131ebeadb7ebc9727336a0f9301af3e68e
Diffstat (limited to 'tests/guix-authenticate.sh')
0 files changed, 0 insertions, 0 deletions
om GDB-MINIMAL. * gnu/packages/rust.scm (rust-1.27)[native-inputs]: Adjust for the rename. Marius Bakke 2020-06-27Merge branch 'master' into stagingMarius Bakke 2020-06-27gnu: gdb-minimal: Include guile....* gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap and very useful dependency. Jan (janneke) Nieuwenhuizen 2020-06-27gnu: GDB: Remove version 9.1....* gnu/packages/gdb.scm (gdb-9.1): Rename to ... (gdb): ... this. Update to 9.2. [source](patches): Add 'gdb-hurd.patch'. (gdb-8.2): Inherit from GDB instead of GDB-9.1. (gdb-9.2): Remove variable. (gdb-minimal): Inherit from GDB instead of GDB-9.2. Marius Bakke 2020-06-27gnu: GDB: Inline cross-compilation fix....* gnu/packages/gdb.scm (gdb-9.1)[arguments]: Remove conditionals on %CURRENT-TARGET-SYSTEM. Marius Bakke 2020-06-27gnu: gdb-minimal: Inherit replacements from GDB....* gnu/packages/gdb.scm (gdb-minimal): Use PACKAGE/INHERIT instead of INHERIT. Marius Bakke 2020-06-27gnu: gdb@8.2: Do not inherit replacements from 'gdb'....* gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT. Marius Bakke 2020-06-27gnu: gdb: Apply cross-build fix without changing the native variant....Commit 76129cd3edb1eb62778344de0b1b44365f82ee06 accidentally changed the gdb derivation, causing too many rebuilds for the 'master' branch. * gnu/packages/gdb.scm (gdb-9.1)[arguments]: Only apply cross-build fix when cross-compiling. Marius Bakke 2020-06-27gnu: Add gdb-minimal....* gnu/packages/gdb.scm (gdb-minimal): New variable. Jan (janneke) Nieuwenhuizen 2020-06-26gnu: gdb: Add support for the Hurd....* gnu/packages/gdb.scm (gdb-9.1)[native-inputs]: When compiling for the Hurd, add required build dependency mig. ["arguments"]: Add "binutils" fall-back lookup in native-inputs for cross-builds. * gnu/packages/patches/gdb-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gdb.scm (gdb-9.2): Use it. Jan (janneke) Nieuwenhuizen