aboutsummaryrefslogtreecommitdiff
path: root/build-aux/convert-xref.scm
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2023-11-26 19:00:19 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-12-02 17:08:56 +0100
commit260b054aeaa0739bed1637742b6094c97dab47f2 (patch)
tree2cbe9ea5136e0dd2a1cbd7d7bd9ce5635ee931df /build-aux/convert-xref.scm
parente9b85cb0d40842f41a79eddb5464b9365f024a1c (diff)
downloadguix-260b054aeaa0739bed1637742b6094c97dab47f2.tar.gz
guix-260b054aeaa0739bed1637742b6094c97dab47f2.zip
gnu: yelp: Update to 42.2.
* gnu/packages/gnome.scm (yelp): Update to 42.2. [inputs]: Add bash-minimal and gtk+. Replace webkitgtk with webkitgtk-for-gtk3. Change-Id: Iea3fa0c9eb527b0de691809a19fce7654261e827 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'build-aux/convert-xref.scm')
0 files changed, 0 insertions, 0 deletions
tils.scm (dry-run-command): New procedure. * gnu/installer.scm (compute-locale-step): Add #:dry-run? parameter. Use it to avoid actually applying locale. (compute-keymap-step): Add dry-run? parameter. Pass it to keymap-page. (installer-program): Add #:dry-run? parameter. If #:true avoid writing to /proc, use dry-run-command, skip sync and reboot, and pass dry-run? to... (installer-steps): ...here. Add #:dry-run? parameter. Use it to disable skip network, substitutes, partitioning pages, and pass it to... compute-locale-step, compute-keymap-step, and final-page. Change-Id: I0ff4c3b0a0c69539af617c27ba37654beed44619 Janneke Nieuwenhuizen