aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/vnc.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2023-10-07 13:54:30 -0400
committerLeo Famulari <leo@famulari.name>2023-07-23 22:26:04 -0400
commit54edc96c4d85c55feb0f64fdc1919c7d26b6e13b (patch)
tree416422dc3aa0c286218cc3edfac083b042754dca /gnu/tests/vnc.scm
parentef365619b28c616dcc96d7e2cf81007dd88c7c6d (diff)
downloadguix-54edc96c4d85c55feb0f64fdc1919c7d26b6e13b.tar.gz
guix-54edc96c4d85c55feb0f64fdc1919c7d26b6e13b.zip
gnu: linux-libre 6.1: Update to 6.1.56.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.56. (linux-libre-6.1-pristine-source): Update hash.
Diffstat (limited to 'gnu/tests/vnc.scm')
0 files changed, 0 insertions, 0 deletions
iable. (home-shepherd-service-type)[extensions]: Add HOME-XDG-CONFIGURATION-FILES-SERVICE-TYPE extension. Andrew Tropin 2022-04-21home: shepherd: Redirect input port to /dev/null....Suggested by Aleksandr Vityazev <avityazev@posteo.org>. * gnu/home/services/shepherd.scm (home-shepherd-configuration-file): Redirect input port to /dev/null. Ludovic Courtès 2022-04-21home: shepherd: "shepherd.conf" returns one value....Fixes <https://issues.guix.gnu.org/54779>. Reported by Aleksandr Vityazev <avityazev@posteo.org> and Nicolas Graves <ngraves@ngraves.fr>. * gnu/home/services/shepherd.scm (home-shepherd-configuration-file): Return one value. Ludovic Courtès 2022-04-12home: shepherd: Prevent launching the second instance....Fixes <https://issues.guix.gnu.org/54545>. * gnu/home/services/shepherd.scm (launch-shepherd-gexp): Launch shepherd if and only if its socket file does not already exist. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andrew Tropin 2022-04-07home: shepherd: Default to version 0.9....* gnu/home/services/shepherd.scm (<home-shepherd-configuration>)[shepherd]: Default to SHEPHERD-0.9. (home-shepherd-configuration-file): Use 'start-in-the-background' when it is defined. Ludovic Courtès 2022-03-18home: services: Export record type accessors....* gnu/home/services/shepherd.scm: Export <home-shepherd-configuration> accessors. Re-export <shepherd-service> accessors. Ludovic Courtès