aboutsummaryrefslogtreecommitdiff
path: root/tests/cran.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2019-02-15 15:42:48 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-02-15 16:04:29 +0100
commit867e2b1bb32cef651200cdd65042557f5c808909 (patch)
tree40c97b97ae7d049bb206b33fa10394678c92f8c4 /tests/cran.scm
parent9680047cda24a21e6823dfa49a3c7fbaf092a569 (diff)
downloadguix-867e2b1bb32cef651200cdd65042557f5c808909.tar.gz
guix-867e2b1bb32cef651200cdd65042557f5c808909.zip
gnu: Add r-rsvd.
* gnu/packages/cran.scm (r-rsvd): New variable.
Diffstat (limited to 'tests/cran.scm')
0 files changed, 0 insertions, 0 deletions
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