aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-download.sh
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2023-12-25 11:09:35 +0100
committerJulien Lepiller <julien@lepiller.eu>2023-12-30 22:11:26 +0100
commit1667e151ba28bed7f6d7e905ac6b0868bc1d9d17 (patch)
tree9ae09e53438b2bbc9e3ec62ecd44a87a0582322b /tests/guix-download.sh
parent2cd18578e783e4ffba24ae65f78e419615d9746e (diff)
downloadguix-1667e151ba28bed7f6d7e905ac6b0868bc1d9d17.tar.gz
guix-1667e151ba28bed7f6d7e905ac6b0868bc1d9d17.zip
gnu: Remove ocaml4.07-ppx-assert.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-assert): Remove variable. (ocaml-ppx-assert)[properties]: Remove variant. Change-Id: Iba0b987323b8ee3feb2330b1e5eed199856466ee
Diffstat (limited to 'tests/guix-download.sh')
0 files changed, 0 insertions, 0 deletions
lass='msg-avail'>...* gnu/installer/steps.scm (format-configuration): Add cups to the list of GNU service modules. Tobias Geerinckx-Rice 2021-04-14installer: Internationalize comment of the generated config....* gnu/installer/steps.scm (configuration->file): Pass the comment in the generated file through 'G_'. Ludovic Courtès 2020-11-07installer: Limit listbox height....Fixes: <https://issues.guix.gnu.org/44428>. * gnu/installer/newt.scm (init): Print screen size. * gnu/installer/newt/page.scm (default-listbox-height): New variable. (run-listbox-selection-page): Use it. * gnu/installer/newt/wifi.scm (wifi-listbox-height): Ditto. * gnu/installer/newt/network.scm (run-technology-page): Set the maximum listbox height to 5. * gnu/installer/newt/ethernet.scm (run-ethernet-page): Ditto. * gnu/installer/newt/final.scm (run-config-display-page): Change listbox height. * gnu/installer/newt/partition.scm (run-disk-page): Ditto. * gnu/installer/newt/welcome.scm (display-logo?): New procedure. (run-menu-page): Use it. * gnu/installer/steps.scm (%configuration-file-width): Remove it. Mathieu Othacehe 2020-09-21installer: Fix docstring typoes....* gnu/installer/connman.scm (connman-state, run-locale-page) (start-swapping, stop-swapping, run-installer-steps): Fix typo in docstring. Tobias Geerinckx-Rice