aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/iso-codes.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-08-03 17:31:27 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-08-03 17:53:54 +0200
commit4e0c847d5965d86d334d04458387cedbd5b4e9d4 (patch)
tree7d108497d4b74974c3c97a7ed3b74605b2e621d9 /gnu/packages/iso-codes.scm
parentc8a9b2bcbff2d78609f8d34ad4d9ca41f17f4602 (diff)
downloadguix-4e0c847d5965d86d334d04458387cedbd5b4e9d4.tar.gz
guix-4e0c847d5965d86d334d04458387cedbd5b4e9d4.zip
gnu: r-wgcna: Update to 1.60.
* gnu/packages/bioinformatics.scm (r-wgcna): Update to 1.60.
Diffstat (limited to 'gnu/packages/iso-codes.scm')
0 files changed, 0 insertions, 0 deletions
. This implies the use new image generation 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