aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2022-08-15 14:10:13 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2022-08-15 14:48:41 +0200
commit2365e8435a13c3aa4308e88773de0a0e7b9ffef9 (patch)
treee46bbbcb0cc3de38892159406ffd25d757091afa /config-daemon.ac
parentd8537c68d09daaa3e8db35022ac45b5f2fe8ffda (diff)
downloadguix-2365e8435a13c3aa4308e88773de0a0e7b9ffef9.tar.gz
guix-2365e8435a13c3aa4308e88773de0a0e7b9ffef9.zip
gnu: python-lxml: Update to 4.6.5.
* gnu/packages/xml.scm (python-lxml): Update to 4.6.5.
Diffstat (limited to 'config-daemon.ac')
0 files changed, 0 insertions, 0 deletions
hieu Othacehe 2021-07-04installer: Unconditionally import (gnu services cups) in config.scm....* 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