aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-10-28 19:21:45 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-10-30 21:33:47 +0100
commit993426244e19738d435a3c37a38ca60e92b45cf2 (patch)
tree2a48bf9d25d300f9aaeaef73964f9568286afdd1 /etc
parentefefd3ec42be0125f71066995b94ab8c6a26cde4 (diff)
downloadguix-993426244e19738d435a3c37a38ca60e92b45cf2.tar.gz
guix-993426244e19738d435a3c37a38ca60e92b45cf2.zip
gnu: Add r-sessioninfo.
* gnu/packages/cran.scm (r-sessioninfo): New variable.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
try-point' and pass #:entry-point to BUILD-IMAGE. * gnu/tests/docker.scm (run-docker-test): Test 'docker run' with the default entry point. (build-tarball&run-docker-test): Pass #:entry-point to 'docker-image'. * doc/guix.texi (Invoking guix pack): Document it. * gnu/tests/singularity.scm (run-singularity-test)["singularity run"]: New test. (build-tarball&run-singularity-test): Pass #:entry-point to 'squashfs-image'. Ludovic Courtès 2019-05-15vm: 'system-docker-image' provides an entry point....This simplifies use of images created with 'guix system docker-image'. * gnu/system/vm.scm (system-docker-image)[boot-program]: New variable. [os]: Add it to the GC roots. [build]: Pass #:entry-point to 'build-docker-image'. * gnu/tests/docker.scm (run-docker-system-test): New procedure. (%test-docker-system): New variable. * doc/guix.texi (Invoking guix system): Remove GUIX_NEW_SYSTEM hack and '--entrypoint' from the example. Mention 'docker create', 'docker start', and 'docker exec'. Ludovic Courtès