aboutsummaryrefslogtreecommitdiff
path: root/nix/boost/format
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-09-02 23:09:34 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-09-02 23:47:51 +0200
commit3ecf9d44bb927fc88223a15431428cb741dd1c2c (patch)
treee1c95671fe6dd68bea0526c6a2d0ca231657f694 /nix/boost/format
parent0b9f6a429aeb6b325cae7473b1faabf3d55b204b (diff)
downloadguix-3ecf9d44bb927fc88223a15431428cb741dd1c2c.tar.gz
guix-3ecf9d44bb927fc88223a15431428cb741dd1c2c.zip
gnu: emacs-ibuffer-projectile: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Update to 0.4.
Diffstat (limited to 'nix/boost/format')
0 files changed, 0 insertions, 0 deletions
022-10-25installer: welcome: Warn when uvesafb gets used....There will be false positives: Because the Guix installer uses the kernel argument modprobe.blacklist=radeon,amdgpu and some AMD graphics actually work okay according to h-node, these users will get a false alarm. * gnu/installer/newt/welcome.scm (run-welcome-page): Warn before showing the welcome page. pelzflorian (Florian Pelz) 2022-02-02installer: Use named prompt to abort or break installer steps....* gnu/installer/steps.scm (run-installer-steps): Set up 'installer-step prompt. * gnu/installer/newt/ethernet.scm (run-ethernet-page) * gnu/installer/newt/final.scm (run-config-display-page, run-install-failed-page) * gnu/installer/newt/keymap.scm (run-layout-page, run-variant-page) * gnu/installer/newt/locale.scm (run-language-page, run-territory-page, run-codeset-page, run-modifier-page, run-locale-page) * gnu/installer/newt/network.scm (run-technology-page, wait-service-online) * gnu/installer/newt/page.scm (run-listbox-selection-page, run-checkbox-tree-page) * gnu/installer/newt/partition.scm (button-exit-action) * gnu/installer/newt/services.scm (run-desktop-environments-cbt-page, run-networking-cbt-page, run-other-services-cbt-page, run-network-management-page) * gnu/installer/newt/timezone.scm (run-timezone-page) * gnu/installer/newt/user.scm (run-user-page) * gnu/installer/newt/welcome.scm (run-menu-page) * gnu/installer/newt/wifi.scm (run-wifi-page): Use the 'installer-step prompt to abort. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret