aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gps.scm
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2024-06-10 11:28:40 +0200
committerAndrew Tropin <andrew@trop.in>2024-06-10 14:48:40 +0400
commit319635c0f473da3de5dd47f57037e7deaa3ab21e (patch)
tree8e2205edac395aa9d591688dbe656a37250ab382 /gnu/packages/gps.scm
parentd0a639a1a391adba603f4a47dd56ceb457640b31 (diff)
downloadguix-319635c0f473da3de5dd47f57037e7deaa3ab21e.tar.gz
guix-319635c0f473da3de5dd47f57037e7deaa3ab21e.zip
gnu: emacs-ellama: Update to 0.9.10.
* gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 0.9.10. Change-Id: I6e6f160ee88021220df9b6ba8aa6b0c2821ef0b7 Signed-off-by: Andrew Tropin <andrew@trop.in>
Diffstat (limited to 'gnu/packages/gps.scm')
0 files changed, 0 insertions, 0 deletions
> * gnu/services/cups.scm (error-policy, cups-configuration): Substitute RETRY-CURRENT-JOB for the obsolete RETRY-THIS-JOB name of this policy. * doc/guix.texi (Printing Services): Likewise. 2019-08-30services: cups: Move SET-ENV to FILES-CONFIGURATION.Tobias Geerinckx-Rice * gnu/services/cups.scm (cups-configuration): Move SET-ENV from here… (files-configuration): …to here. * doc/guix.texi (Printing Services): Adjust accordingly. 2019-08-30services: cups: Add BrowseDNSSDSubTypes directive.Tobias Geerinckx-Rice * gnu/services/cups.scm (comma-separated-string-list?) (serialize-comma-separated-string-list): New variables. (cups-configuration)[browse-dns-sd-sub-types]: New field. * doc/guix.texi (Printing Services): Document it. 2019-08-27services: cups: Update SSL-OPTIONS docstring.Tobias Geerinckx-Rice This follows up on commit f9c1ebdb7daea30ceaf73f43bf15c222dc4a58ad. * gnu/services/cups.scm (cups-configuration)<ssl-options>: Update docstring. 2019-08-27services: cups: Complete SSL-OPTIONS.Tobias Geerinckx-Rice …except for ‘AllowDH’, which makes no sense on GNU TLS systems. * gnu/services/cups.scm (ssl-options?): Validate ‘DenyCBC’ and ‘DenyTLS1.0’. * doc/guix.texi (Printing Services): Document them both. 2019-06-05services: cups: Create /var/cache on activation.Alex Griffin * gnu/services/cups.scm (%cups-activation): Create /var/cache if it doesn't exist yet. Signed-off-by: Ludovic Courtès <ludo@gnu.org>