aboutsummaryrefslogtreecommitdiff
path: root/doc/fdl-1.3.texi
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-11-03 17:18:41 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-11-03 22:49:19 +0100
commit11b594314a9e18d2239c3cd87b6dd59e168a8700 (patch)
treedf3c36ca88b24a3eaba71e4fb8fa879501012d57 /doc/fdl-1.3.texi
parentaf7177b3795192d034fc11ec02bcbc791af15ed3 (diff)
downloadguix-11b594314a9e18d2239c3cd87b6dd59e168a8700.tar.gz
guix-11b594314a9e18d2239c3cd87b6dd59e168a8700.zip
gnu: r-qdnaseq: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-qdnaseq): Update to 1.38.0. Change-Id: I057ba767886780632acb14af13402ce00c1775cd
Diffstat (limited to 'doc/fdl-1.3.texi')
0 files changed, 0 insertions, 0 deletions
0a60e6a0ae and d57cab764122af69d52d8cc9c843456044e5d7bc, the default image type used by "guix system image" was an MBR image with an ESP partition. Having both an MBR image and an ESP partition is handy because the image will boot on most x86 based systems using legacy BIOS and/or UEFI. We now have a distinction between MBR images and EFI images. Introduce a new MBR hybrid image type and default to it to restore the default behaviour. This also fixes the images section of (gnu ci) that was trying to install a BIOS bootloader on an EFI, GPT image and failing to do so. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Mathieu Othacehe 2023-08-21ci: Really honor system type for manifests....* gnu/ci.scm (manifests->jobs): Pass SYSTEM to 'lower-object'. Ludovic Courtès 2023-08-21ci: Honor user-specific systems for manifests....* gnu/ci.scm (manifests->jobs): Add 'systems' argument. [manifest-entry->job]: Add 'system' and honor it. Honor it. (cuirass-jobs): Pass SYSTEMS to 'manifests->jobs'. Ludovic Courtès 2023-08-18gnu: commencement: Use system in %final-inputs....Otherwise this causes odd issues, I presume arising from when %current-system differs from the system argument passed to %final-inputs. * gnu/packages/commencement.scm (%final-inputs): Set %current-system to system. * gnu/packages/base.scm (%final-inputs): Add optional system parameter. * gnu/ci.scm (base-packages): New procedure to memoize the base packages depending on system. (package->job): Pass system to base-packages. Co-authored-by: Josselin Poiret <dev@jpoiret.xyz> Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines