aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ftp.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-02 21:39:30 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-05 22:38:17 +0200
commit8d14b1cbb60aaae926daa82849b892f9666e8b4f (patch)
tree4e802d21d53d1b6a2a5b25aee4109acd993d6634 /gnu/packages/ftp.scm
parent36a1e76173b025376ee880280d84bdb20febf52d (diff)
downloadguix-8d14b1cbb60aaae926daa82849b892f9666e8b4f.tar.gz
guix-8d14b1cbb60aaae926daa82849b892f9666e8b4f.zip
gnu: snakemake-5: Make compatible with tabulate 0.9.0.
* gnu/packages/python-xyz.scm (snakemake-5)[arguments]: Add phase 'tabulate-compatibility. Change-Id: I0b0ddafe9c2da91dbe10a584eb6fa0a3d5d62e87
Diffstat (limited to 'gnu/packages/ftp.scm')
0 files changed, 0 insertions, 0 deletions
ation mechanisms. - Raw disk images: images of partitions are created using tools such as mke2fs and mkdosfs depending on the partition file-system type. The partition images are then assembled into a final image using genimage. - ISO9660 images: the ISO root directory is populated within the store. GNU xorriso is then called on that directory, in the exact same way as this is done in (gnu build vm) module. Those mechanisms are built upon the new (gnu image) module. * gnu/image.scm: New file. * gnu/system/image.scm: New file. * gnu/build/image: New file. * gnu/local.mk: Add them. * gnu/system/vm.scm (system-disk-image): Rename to system-disk-image-in-vm. * gnu/ci.scm (qemu-jobs): Adapt to new API. * gnu/tests/install.scm (run-install): Ditto. * guix/scripts/system.scm (system-derivation-for-action): Ditto. Mathieu Othacehe