aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/guix.scm
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2022-01-18 18:54:11 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-01-21 15:53:17 +0100
commita81e20b18a4503c1b4a771e5543845b6ddb932d5 (patch)
tree62ef7b48ea2c583a198b4805f8957ffd36bf0d53 /gnu/services/guix.scm
parent40042cca73b244a5db39df468d5b4b190168f4e8 (diff)
downloadguix-a81e20b18a4503c1b4a771e5543845b6ddb932d5.tar.gz
guix-a81e20b18a4503c1b4a771e5543845b6ddb932d5.zip
gnu: Add r-jetset.
* gnu/packages/bioconductor.scm (r-jetset): New variable.
Diffstat (limited to 'gnu/services/guix.scm')
0 files changed, 0 insertions, 0 deletions
tès <ludo@gnu.org> Kjartan Oli Agustsson 2023-06-15home: services: xdg-base-directories: Deprecate XDG_LOG_HOME....XDG_LOG_HOME is non-standard and log files should go to XDG_STATE_HOME according to the XDG Base Directory Specification. Fixes <https://issues.guix.gnu.org/61809>. * gnu/home/services/desktop.scm (home-dbus-shepherd-services): Log to XDG_STATE_HOME. * gnu/home/services/desktop.scm (home-unclutter-shepherd-services): Log to XDG_STATE_HOME. * gnu/home/services/mcron.scm (home-mcron-shepherd-services): Ditto. * gnu/home/services/pm.scm (home-batsignal-shepherd-services): Ditto. * gnu/home/services/shepherd.scm (launch-shepherd-gexp): Ditto. * gnu/home/services/xdg.scm (home-xdg-base-directories-configuration)[log-home]: Deprecate and unset default value. (home-xdg-base-directories-environment-variables-service) (ensure-xdg-base-dirs-on-activation): Handle field deprecation. (home-xdg-base-directories-service-type): Update description. Co-authored-by: Andrew Tropin <andrew@trop.in> Signed-off-by: Andrew Tropin <andrew@trop.in> Bruno Victal 2023-03-26home: services: Export home-xmodmap-service-type and configuration....This is a follow-up to commit 511ae8325db0dfc7803d7b98d7e4d8f76774e8c5 home: services: Add home-xmodmap-service-type. * gnu/home/services/desktop.scm (home-xmodmap-service-type, home-xmodmap-configuration): Export. Jan (janneke) Nieuwenhuizen 2023-03-17home: services: Add home-xmodmap-service-type....* gnu/home/services/desktop.scm (home-xmodmap-service-type) (home-xmodmap-configuration): New variables; (serialize-xmodmap-configuration) (xmodmap-shepherd-service): New procedures; * doc/guix.texi (Desktop Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> conses 2023-03-16home: services: Add home-unclutter-service-type....* gnu/home/services/desktop.scm (home-unclutter-configuration) (home-unclutter-service-type): New variables; (home-unclutter-shepherd-service): New procedure; * doc/guix.texi (Desktop Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> conses