aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/linux-container.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-01-16 21:12:09 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-01-16 21:43:30 +0000
commitd79fd9adc3a8a4d3fcbb1e26fae99e923bf83227 (patch)
tree62bf0820c9e9deef3757bc089f7cdcc5ce522ca7 /gnu/build/linux-container.scm
parent01bf69177d4f8e192f8fc756f49bc2cbb6084614 (diff)
downloadguix-d79fd9adc3a8a4d3fcbb1e26fae99e923bf83227.tar.gz
guix-d79fd9adc3a8a4d3fcbb1e26fae99e923bf83227.zip
gnu: python-deepdish: Fix build.
* gnu/packages/python-science.scm (python-deepdish): Fix build. [build-system]: Swap to pyproject-build-system. [arguments]<#:test-flags>: Silent failing tests. Change-Id: I4c4df66fc80434aaf5b95a7a62b83e0c1c02a4c6
Diffstat (limited to 'gnu/build/linux-container.scm')
0 files changed, 0 insertions, 0 deletions
fine-values' because Guile 2.0 (the bootstrap Guile) doesn't know about 'define-values'. * po/guix/POTFILES.in: Remove gnu/build/bootloader.scm, and add guix/build/utils.scm. * tests/build-utils.scm: Remove import of (gnu build bootloader). Ludovic Courtès 2019-03-16booloader: Add 'invoke/quiet'....* gnu/build/bootloader.scm (G_): New macro. (open-pipe-with-stderr, invoke/quiet): New procedures. * tests/build-utils.scm ("invoke/quiet, success") ("invoke/quiet, failure") ("invoke/quiet, failure, message on stderr"): New tests. * po/guix/POTFILES.in: Add bootloader.scm. Ludovic Courtès 2017-12-15bootloader: Factorize write-file-on-device....* gnu/bootloader/extlinux.scm (install-extlinux): Factorize bootloader writing in a new procedure write-file-on-device defined in (gnu build bootloader). * gnu/build/bootloader.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file. * gnu/system/vm.scm (qemu-img): Adapt to import and use (gnu build bootloader) module during derivation building. * gnu/scripts/system.scm (bootloader-installer-derivation): Ditto. Mathieu Othacehe