guix/gnu
Maxim Cournoyer 8515a506ca
gnu: qemu: Fix the Texinfo manual.
The makeinfo command splits the generated info output in multiple files (in
300 KiB chunks) by default; this meant the build system would have had to
install the multiple QEMU.info-1, QEMU.info-2, etc. files for the info manual
to work as intended.  Instead, keep the info manual as one single file by
specifying the --no-split option to makeinfo.

* gnu/packages/patches/qemu-build-info-manual.patch (sphinxinfo)
<makeinfo>: Invoke with the --no-split argument.
2021-04-06 16:56:08 -04:00
..
bootloader
build activation: Do not dereference symlinks during home directory creation. 2021-04-03 22:08:34 +02:00
installer
machine
packages gnu: qemu: Fix the Texinfo manual. 2021-04-06 16:56:08 -04:00
services services: guix-publish: Add zstd compression by default. 2021-04-03 22:08:33 +02:00
system
tests tests: libvirt: Catch issues with incorrect /var and /etc in package. 2021-04-05 18:26:36 +01:00
artwork.scm
bootloader.scm
ci.scm
image.scm
installer.scm
local.mk gnu: libvirt: Update to 7.2.0. 2021-04-05 18:26:37 +01:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm