aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2023-09-08 12:51:53 -0700
committerChristopher Baines <mail@cbaines.net>2023-09-15 09:58:04 +0100
commit92498fad27a304ab73f66bd4944007c150012a07 (patch)
treea31ed936f1226936c0a33cf6fc925169a64cf656 /gnu/packages/gcc.scm
parent82abf6ddadc6139148660440a064e60ae68f238e (diff)
downloadguix-92498fad27a304ab73f66bd4944007c150012a07.tar.gz
guix-92498fad27a304ab73f66bd4944007c150012a07.zip
gnu: diffoscope: Update to 250.
* gnu/packages/diffoscope.scm (diffoscope): Update to 250. [native-inputs]: Add html2text and u-boot-tools. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/gcc.scm')
0 files changed, 0 insertions, 0 deletions
nstaller>): 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