aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-10 00:54:19 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:57 +0000
commitd8cf06e6bbb449f8c889655698032738aeebbdc9 (patch)
tree2e61135b64a2a370298e8abe1b7cc60a1b761273 /HACKING
parentfc9ef6d61a8f0ba731c0db5db4027530a2fa243a (diff)
downloadguix-d8cf06e6bbb449f8c889655698032738aeebbdc9.tar.gz
guix-d8cf06e6bbb449f8c889655698032738aeebbdc9.zip
gnu: python-multidict: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-multidict): [build-system]: Move to pyproject-build-system. [arguments] Remove undeed field. Change-Id: I916b36e6c4ac25dfc32b5813ad67cf4e6c134d36 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'HACKING')
0 files changed, 0 insertions, 0 deletions
/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