aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/linux.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-07-11 15:35:32 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-07-12 14:29:08 +0200
commitf9dc378cb43dd84ad3e7195762fe2aeb9ee109bd (patch)
tree6d0016f8f6d86ffaadd88a3a49813b2b04c6d269 /gnu/services/linux.scm
parente8ef13993e02688093dc4bfb788674b229651856 (diff)
downloadguix-f9dc378cb43dd84ad3e7195762fe2aeb9ee109bd.tar.gz
guix-f9dc378cb43dd84ad3e7195762fe2aeb9ee109bd.zip
gnu: r-mvtnorm: Update to 1.2-2.
* gnu/packages/statistics.scm (r-mvtnorm): Update to 1.2-2.
Diffstat (limited to 'gnu/services/linux.scm')
0 files changed, 0 insertions, 0 deletions
200'>2019-08-30services: cups: Add BrowseDNSSDSubTypes directive....* 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. Tobias Geerinckx-Rice 2019-08-27services: cups: Update SSL-OPTIONS docstring....This follows up on commit f9c1ebdb7daea30ceaf73f43bf15c222dc4a58ad. * gnu/services/cups.scm (cups-configuration)<ssl-options>: Update docstring. Tobias Geerinckx-Rice 2019-08-27services: cups: Complete SSL-OPTIONS....…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. Tobias Geerinckx-Rice 2019-06-05services: cups: Create /var/cache on activation....* gnu/services/cups.scm (%cups-activation): Create /var/cache if it doesn't exist yet. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alex Griffin