aboutsummaryrefslogtreecommitdiff
path: root/tests/syscalls.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-29 23:23:01 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-29 23:35:02 +0200
commita7ff00787f36d4ab196924786dba65f25cea7ddf (patch)
tree644845628048ef1505729d0fecf20cff51ee4573 /tests/syscalls.scm
parent6be0b8f377e311e57898c281d8ad877846665a5e (diff)
downloadguix-a7ff00787f36d4ab196924786dba65f25cea7ddf.tar.gz
guix-a7ff00787f36d4ab196924786dba65f25cea7ddf.zip
gnu: ktuberling: Update to 20.12.0.
* gnu/packages/games.scm (ktuberling): Update to 20.12.0. [source]: Update to new upstream URI. [native-inputs]: Add kdoctools. [inputs]: Remove kdelibs4support. Add kio, python-wrapper.
Diffstat (limited to 'tests/syscalls.scm')
0 files changed, 0 insertions, 0 deletions
fd3556b6a21985ff0e35eed3be'>gnu: Add graphical installer support....* configure.ac: Require that guile-newt is available. * gnu/installer.scm: New file. * gnu/installer/aux-files/logo.txt: New file. * gnu/installer/build-installer.scm: New file. * gnu/installer/connman.scm: New file. * gnu/installer/keymap.scm: New file. * gnu/installer/locale.scm: New file. * gnu/installer/newt.scm: New file. * gnu/installer/newt/ethernet.scm: New file. * gnu/installer/newt/hostname.scm: New file. * gnu/installer/newt/keymap.scm: New file. * gnu/installer/newt/locale.scm: New file. * gnu/installer/newt/menu.scm: New file. * gnu/installer/newt/network.scm: New file. * gnu/installer/newt/page.scm: New file. * gnu/installer/newt/timezone.scm: New file. * gnu/installer/newt/user.scm: New file. * 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