aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/linux-boot.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-07-18 14:49:49 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-07-18 14:49:49 +0300
commit6aabc87d50769ceca8c3ef95bf4c79551efd47e0 (patch)
tree7db58a950c2d9196030a3aaf095667be74a4e30a /gnu/build/linux-boot.scm
parentcff826ba05a418235b5f7fd45371e63e5e482c4d (diff)
downloadguix-6aabc87d50769ceca8c3ef95bf4c79551efd47e0.tar.gz
guix-6aabc87d50769ceca8c3ef95bf4c79551efd47e0.zip
gnu: libinput: Update to 1.4.0.
* gnu/packages/freedesktop.scm (libinput): Update to 1.4.0.
Diffstat (limited to 'gnu/build/linux-boot.scm')
0 files changed, 0 insertions, 0 deletions
ed): * gnu/installer/steps.scm (run-installer-steps): * gnu/installer/utils.scm (run-command, send-to-clients): Use it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-01-14installer: Install the locale before mounting the cow-store....Fixes: <https://issues.guix.gnu.org/52831>. Make sure to install the en_US.utf8 fallback locale if the selected locale is not supported. * gnu/installer/final.scm (install-locale): New procedure. (install-system): Call it. Mathieu Othacehe 2022-01-14installer: Do not set the locale in run-command....Installing the locale inside the container, once the cow-store is mounted, causes the process to keep opened locale files that can later prevent the cow-store umount. * gnu/installer/utils.scm (run-command): Remove locale argument. * gnu/installer/final.scm (install-system): Adapt it. Mathieu Othacehe 2022-01-14installer: Remove an unused procedure....* gnu/installer/final.scm (kill-cow-users): Remove it. Mathieu Othacehe