aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2021-08-27 15:09:40 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2021-09-21 21:00:32 +0200
commit73bd7047c283d2ff18e9eba5a939ac0399ae0860 (patch)
tree874553a6d56d070ad8e86835c463b57d68795f8c /nix/libstore
parentac3a70de7ddb5b17f23f2f0d3eef45fea9a2255e (diff)
downloadguix-73bd7047c283d2ff18e9eba5a939ac0399ae0860.tar.gz
guix-73bd7047c283d2ff18e9eba5a939ac0399ae0860.zip
gnu: Add trytond-sale-history.
* gnu/packages/tryton.scm (trytond-sale-history): New variable.
Diffstat (limited to 'nix/libstore')
0 files changed, 0 insertions, 0 deletions
udovic Courtès <ludo@gnu.org> Brendan Tildesley 2019-05-26services: sddm: Fix root login failure issue....* gnu/services/sddm.scm (sdm-pam-service): Set uid from CONFIG. (sdm-autologin-pam-service): Set uid from CONFIG. (sdm-pam-services): Pass CONFIG to 'sddm-pam-service' and 'sddm-autologin-pam-service'. * doc/guix.texi (X Window): Adjust 'minimum-uid' documentation. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Reza Alizadeh Majd 2019-04-11services: sddm: Switch back to using ‘startx’....* gnu/services/sddm.scm (sddm-configuration-file): Use XORG-START-COMMAND. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> frozenpigs 2019-03-25services: SDDM: Specify absolute path to the X server....I'm not sure how this service ever worked, but SDDM started consistently failing on one machine seemingly because of this setting. * gnu/services/sddm.scm (sddm-configuration-file): Append /bin/X to the ServerPath setting. Marius Bakke 2019-03-24services: sddm, slim, gdm: Take an <xorg-configuration> record....* gnu/services/sddm.scm (<sddm-configuration>)[xorg-server-path] [xserver-arguments]: Remove. [xorg-configuration]: New field. (sddm-configuration-file): Adjust accordingly. * gnu/services/xorg.scm (<slim-configuration>)[startx]: Remove. [xorg-configuration]: New field. (slim-shepherd-service, slim-service): Adjust accordingly. (<gdm-configuration>)[x-server]: Remove. [xorg-configuration]: New field. (gdm-shepherd-service, gdm-service): Adjust accordingly. * doc/guix.texi (X Window): Update accordingly. Ludovic Courtès 2016-12-21gnu: Fix typo in comment....* gnu/services/sddm.scm: Fix typo. John Darrington