mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
services: cups: Add description.
* gnu/services/cups.scm (cups-service-type): Add description.
This commit is contained in:
parent
a6b5e1fba3
commit
86cd3f9723
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2016 Andy Wingo <wingo@pobox.com>
|
||||
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
|
||||
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1024,7 +1025,9 @@ (define cups-service-type
|
|||
(append (opaque-cups-configuration-extensions config)
|
||||
extensions)))))))
|
||||
|
||||
(default-value (cups-configuration))))
|
||||
(default-value (cups-configuration))
|
||||
(description
|
||||
"Run the CUPS print server.")))
|
||||
|
||||
;; A little helper to make it easier to document all those fields.
|
||||
(define (generate-cups-documentation)
|
||||
|
|
Loading…
Reference in a new issue