aboutsummaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-13 09:04:06 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:17:24 +0200
commita8a9039f6ea62900c973e0298cedef9322e0a307 (patch)
tree59733059cda5ca5aed94ccee3e61e42e27cc1b09 /gnu/system
parent1b82fc636da96bc1918e698e442b818e26a2a9cd (diff)
downloadguix-a8a9039f6ea62900c973e0298cedef9322e0a307.tar.gz
guix-a8a9039f6ea62900c973e0298cedef9322e0a307.zip
gnu: Add texlive-maker.
* gnu/packages/tex.scm (texlive-maker): New variable.
Diffstat (limited to 'gnu/system')
0 files changed, 0 insertions, 0 deletions
er>): Add 'help-menu' and 'help-page' fields, (installer-help-menu, installer-help-page): new exported procedures. * gnu/installer/newt.scm (init): Set the help line, (help-menu, help-page): new procedures used ... (newt-installer): ... here. * gnu/installer/newt/keymap.scm (run-layout-page): Add a context argument to differenciate the help context from the main one, (run-keymap-page): add a context argument and pass it to run-layout-page. * gnu/installer.scm (compute-keymap-step): Add a context argument and pass it to 'installer-keymap-page', (installer-steps): set the help menu and pass the appropriate context to compute-keymap-step calls, (guile-newt): update to revision 2. Mathieu Othacehe