aboutsummaryrefslogtreecommitdiff
path: root/libxml2-2.9.10/doc/html/libxml-nanoftp.html
AgeCommit message (Expand)Author
2021-04-30Initial/Final commitHEADmasterWojtek Kosior
rted 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