aboutsummaryrefslogtreecommitdiff
path: root/etc/substitutes
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-07 09:52:06 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:19:05 +0000
commit973f8031224fde2ebbde1296b28c4fe4c8ba94ed (patch)
tree05200d98bf3e0cc891b42aa05732039c2f9c36eb /etc/substitutes
parent7cd548517f02605f0b1ac8c586fa363ea1303041 (diff)
downloadguix-973f8031224fde2ebbde1296b28c4fe4c8ba94ed.tar.gz
guix-973f8031224fde2ebbde1296b28c4fe4c8ba94ed.zip
gnu: python-nose-exclude: Adjust iputs.
* gnu/packages/check.scm (python-nose-exclude) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I325c473275fd20f0bc36c5c5f46f65f662d7ef96
Diffstat (limited to 'etc/substitutes')
0 files changed, 0 insertions, 0 deletions
ts 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