aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2023-07-12 00:23:36 -0400
committerLeo Famulari <leo@famulari.name>2023-07-13 22:17:27 -0400
commit92d18dc568ee27137240e6e7b973edde34a085a8 (patch)
tree527a150c6f419df815528b53231a5a7b14b9df69 /bootstrap
parentea81a0417a9a5e6ebf3bfd363b5b5fe3f8a0a773 (diff)
downloadguix-92d18dc568ee27137240e6e7b973edde34a085a8.tar.gz
guix-92d18dc568ee27137240e6e7b973edde34a085a8.zip
gnu: linux-libre: Update to 6.3.13.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.13. (linux-libre-6.3-pristine-source): Update hash.
Diffstat (limited to 'bootstrap')
0 files changed, 0 insertions, 0 deletions
h: Change arm-unknown-linux-gnueabihf to arm-linux-gnueabihf. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-02-18profiles: 'profile-derivation' rejects unsupported packages....Previously user-facing commands would happily start building packages even if they do not support that system. With this change, all the user-facing commands reject unsupported packages without going further. * guix/profiles.scm (profile-derivation): Add #:allow-unsupported-packages?. Define 'check-supported-packages' and honor #:allow-unsupported-packages?. * tests/guix-pack.sh, tests/guix-package.sh, tests/guix-shell.sh: Ensure that unsupported packages are rejected. * tests/guix-system.sh: Pass "--system=armhf-linux" when attempting to build gnu/system/examples/asus-c201.tmpl. Ludovic Courtès