aboutsummaryrefslogtreecommitdiff
path: root/gnu.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-09-28 10:48:47 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2022-09-28 11:31:49 +0200
commita9c4040710f469762abd9a9c4683b9ed37ee281a (patch)
tree96e1896cb88b8c8033503160fdb461acdca30884 /gnu.scm
parent6545438cccc9d2b406998de50266deb2b8d0ce32 (diff)
downloadguix-a9c4040710f469762abd9a9c4683b9ed37ee281a.tar.gz
guix-a9c4040710f469762abd9a9c4683b9ed37ee281a.zip
gnu: Add python-qt.py.
* gnu/packages/qt.scm (python-qt.py): New variable.
Diffstat (limited to 'gnu.scm')
0 files changed, 0 insertions, 0 deletions
an>Mark H Weaver 20-06-09 17:59:05 +0200'>2020-06-09installer: final: Remove left-over pk call....* gnu/installer/final.scm (kill-cow-users): Remove pk call. Mathieu Othacehe 2020-06-05installer: final: Add some extra logging....* gnu/installer/final.scm (kill-cow-users): Log the killed process name, (umount-cow-store): inform that we are umounting the cow-store. Mathieu Othacehe 2020-03-23installer: Fix cow-store umount issue....* gnu/installer/final.scm (kill-cow-users): Ignore exception that could be raised if a process disappears between reading its pid and its maps file. Mathieu Othacehe 2020-03-05installer: Fix cow-store umount....This fixes <https://bugs.gnu.org/39712>. The guix-daemon was preventing the cow-store umount, so restart it. Some udevd workers, using cow-store files might also still be around, so have some umount retries. * gnu/installer/final.scm (kill-cow-users): New procedure, (umount-cow-store): restart guix-daemon and kill all processes started from within the cow-store before trying to umount the store overlay. Also try 5 times to umount the overlay in case it is still busy. Mathieu Othacehe 2020-03-05installer: Honor /tmp/installer-system-init-options....* gnu/installer/final.scm (install-system): Honor "/tmp/installer-system-init-options". Ludovic Courtès 2020-03-05installer: Run commands without hopping through the shell....* gnu/installer/utils.scm (run-shell-command): Rename to... (run-command): Remove call to 'call-with-temporary-output-file' and hop through Bash. Expect COMMAND to be a list of strings rather than a string. * gnu/installer/final.scm (install-system): Turn INSTALL-COMMAND into a list of strings and pass it to 'run-command'. * gnu/installer/newt/page.scm (edit-file): Likewise. Ludovic Courtès 2020-02-12installer: Remove the cow-store overlay after system installation....Fixes <https://issues.guix.info/issue/39217>. Fixes <https://issues.guix.info/issue/38447>. * gnu/installer/final.scm (umount-cow-store): New procedure ..., (install-system): ... used here, to remove the store overlay so that the target device is not seen as busy during further umount calls. Mathieu Othacehe 2019-12-29installer: Pass '--fallback' to 'guix system init'....Fixes <https://bugs.gnu.org/38608>. Reported by Nathan Dehnel <ncdehnel@gmail.com>. * gnu/installer/final.scm (install-system): Pass '--fallback' to 'guix system init'. Ludovic Courtès