aboutsummaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-11-02 23:39:30 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-11-02 23:39:30 +0100
commit8a7bbc35474780b008fe7b42194c9590dd0d8d5d (patch)
tree421d0b005abe4828d3d7a5164a4e0fb672627573 /gnu/system
parentdfed0eca93b355fb04e7183a950362dc2ee3a846 (diff)
downloadguix-8a7bbc35474780b008fe7b42194c9590dd0d8d5d.tar.gz
guix-8a7bbc35474780b008fe7b42194c9590dd0d8d5d.zip
gnu: wireshark: Update to 3.4.0.
* gnu/packages/networking.scm (wireshark): Update to 3.4.0. [arguments]: Skip another failing test.
Diffstat (limited to 'gnu/system')
0 files changed, 0 insertions, 0 deletions
ail'>...* gnu/installer/tests.scm (conclude-installation): Rename it into ... (start-installation): ... this new procedure. (complete-installation): New procedure. (choose-partitioning): Add an uefi-support? argument. * gnu/tests/install.scm (uefi-firmware): New procedure. (run-install, qemu-command/writable-image, gui-test-program, installation-target-os-for-gui-tests): Add an uefi-support? argument. (%extra-packages): Add grub-efi, fatfsck/static and dosfstools. (%test-gui-installed-os): New variable. Mathieu Othacehe 2020-10-30installer: Use UUIDs in the 'swap-devices' field....Note: This change requires an updated 'guix' package that contains Linux-swap support in (gnu build file-systems). * gnu/installer/parted.scm (user-partitions->configuration): Use UUIDs in the 'swap-devices' field. * gnu/installer/newt/final.scm (run-final-page)[wait-for-clients]: New procedure. Use it. * gnu/installer/tests.scm (choose-partitioning): Wait for 'starting-final-step' message and move configuration file dialog handling to... (conclude-installation): ... here. Send over PORT the reply corresponding to 'starting-final-step'. * gnu/tests/install.scm (gui-test-program): When ENCRYPTED? is false, invoke 'swaplabel' in the marionette. (installation-target-os-for-gui-tests): When ENCRYPTED? is false, except a fixed UUID. Ludovic Courtès