aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ci.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-12-17 21:59:47 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-12-17 21:59:47 +0100
commit7167aa686ce4894770038a17589a52626d284d6f (patch)
treeee905c7390cd8213cd89a77b6a243d2c4ac52ed9 /gnu/services/ci.scm
parentc6fa3bc8537f5cff520b8e5f567dc913ad58d66e (diff)
downloadguix-7167aa686ce4894770038a17589a52626d284d6f.tar.gz
guix-7167aa686ce4894770038a17589a52626d284d6f.zip
gnu: qmk: Add missing inputs.
* gnu/packages/firmware.scm (qmk)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia6660c7c99e1d043d8cf9ea1fa108a4895c328db
Diffstat (limited to 'gnu/services/ci.scm')
0 files changed, 0 insertions, 0 deletions
tests/cve.scm, tests/derivations.scm, tests/elpa.scm, tests/file-systems.scm, tests/gem.scm, tests/gexp.scm, tests/gnu-maintenance.scm, tests/grafts.scm, tests/graph.scm, tests/gremlin.scm, tests/hackage.scm, tests/hash.scm, tests/import-utils.scm, tests/lint.scm, tests/monads.scm, tests/nar.scm, tests/packages.scm, tests/pk-crypto.scm, tests/pki.scm, tests/profiles.scm, tests/publish.scm, tests/pypi.scm, tests/records.scm, tests/scripts-build.scm, tests/scripts.scm, tests/services.scm, tests/sets.scm, tests/size.scm, tests/snix.scm, tests/store.scm, tests/substitute.scm, tests/syscalls.scm, tests/system.scm, tests/ui.scm, tests/union.scm, tests/upstream.scm, tests/utils.scm: Don't exit at the end of test groups. * tests/containers.scm: Likewise. Use 'test-skip' instead of exiting with error code 77. Mathieu Lirzin 2016-03-24doc: We now need 1 GiB for the installation USB image....* doc/guix.texi (Building the Installation Image): Change image size to 1G. * build-aux/hydra/gnu-system.scm (qemu-jobs): Likewise. Ludovic Courtès