aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/embedded.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-13 14:49:11 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-10-10 00:06:15 -0400
commit1b83d4490addee4f0b4ee1a59d127d51217caa39 (patch)
tree27f9ba6943feb92cede33ab2f4526ef61e4c3332 /gnu/packages/embedded.scm
parentdf22aec317448fd692679388a167f5061a7ced37 (diff)
downloadguix-1b83d4490addee4f0b4ee1a59d127d51217caa39.tar.gz
guix-1b83d4490addee4f0b4ee1a59d127d51217caa39.zip
gnu: teensy-loader-cli: Use gexps.
* gnu/packages/flashing-tools.scm (teensy-loader-cli) [arguments]: Use gexps.
Diffstat (limited to 'gnu/packages/embedded.scm')
0 files changed, 0 insertions, 0 deletions
pan class='msg-avail'>...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