aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nano.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-10 15:46:16 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-10 16:06:41 +0200
commitc635610bc6c89dd7feb1e81ff7803600027e0092 (patch)
tree5fad361bf45bfc02be5281851e4c6d2abc094692 /gnu/packages/nano.scm
parent66b53c2c72b4aad4e6621273b9a5ca8c6f632c63 (diff)
downloadguix-c635610bc6c89dd7feb1e81ff7803600027e0092.tar.gz
guix-c635610bc6c89dd7feb1e81ff7803600027e0092.zip
tests: Run guided installation tests from an ISO image.
* gnu/tests/install.scm (guided-installation-test): Pass #:installation-disk-image-file-system-type to 'run-install'.
Diffstat (limited to 'gnu/packages/nano.scm')
0 files changed, 0 insertions, 0 deletions
>Vincent Legoll 2018-12-07maint: update-guix-package: Really register GC roots....Previously we'd pass a relative file name to 'add-indirect-root', which the daemon would interpret as relative to "/". Consequently, checkouts were not protected from GC. * build-aux/update-guix-package.scm (main): Pass an absolute file name to 'add-indirect-root'. Ludovic Courtès