aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/hardware.scm
diff options
context:
space:
mode:
authorSkyler <skyvine@protonmail.com>2023-09-07 02:01:51 +0000
committerLudovic Courtès <ludo@gnu.org>2023-09-14 16:50:40 +0200
commit9aeb9e7cc83d5d0e1aed7b34fb5a357645fd86a9 (patch)
tree8809babab04980a8dad651ecbf444976742254fe /gnu/packages/hardware.scm
parent6c72db7314b6c355a2bd956da840e9a07a5b1929 (diff)
downloadguix-9aeb9e7cc83d5d0e1aed7b34fb5a357645fd86a9.tar.gz
guix-9aeb9e7cc83d5d0e1aed7b34fb5a357645fd86a9.zip
gnu: rottlog: Add gawk as an input.
This avoids an issue where rottlog will delete the entire /tmp directory if gawk is not installed. See <https://issues.guix.gnu.org/65793>. * gnu/packages/admin.scm (rottlog): Add gawk input, also update the patch-paths build phase for awk invocations. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/hardware.scm')
0 files changed, 0 insertions, 0 deletions
* gnu/installer/newt/utils.scm: New file. * gnu/installer/newt/welcome.scm: New file. * gnu/installer/newt/wifi.scm: New file. * gnu/installer/steps.scm: New file. * gnu/installer/timezone.scm: New file. * gnu/installer/utils.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add previous files. * gnu/system.scm: Export %root-account. * gnu/system/install.scm (%installation-services): Use kmscon instead of linux VT for all tty. (installation-os)[users]: Add the graphical installer as shell of the root account. [packages]: Add font related packages. * po/guix/POTFILES.in: Add installer files. Mathieu Othacehe