aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/skribilo.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-05-09 15:55:44 +0200
committerLudovic Courtès <ludo@gnu.org>2016-05-09 15:55:44 +0200
commit6ea06a0e3a161be52a8f0b006f29901ccf1c079a (patch)
tree3ba09337a36e5a493203b7f192923a161221433b /gnu/packages/skribilo.scm
parenteb354bdacbf4154ec66038dac07f19bf4ced1fad (diff)
downloadguix-6ea06a0e3a161be52a8f0b006f29901ccf1c079a.tar.gz
guix-6ea06a0e3a161be52a8f0b006f29901ccf1c079a.zip
gnu: cups-minimal: Use 'modify-phases'.
* gnu/packages/cups.scm (cups-minimal)[arguments]: Use 'modify-phases'.
Diffstat (limited to 'gnu/packages/skribilo.scm')
0 files changed, 0 insertions, 0 deletions
100'>2019-01-17gnu: 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