1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 10:31:49 +02:00

services: Make <service-type> 'description' field mandatory.

* gnu/services.scm (<service-type>)[description]: Remove default value.
* tests/services.scm: Add 'description' field to each 'service-type' form.
This commit is contained in:
Ludovic Courtès
2022-05-13 23:40:34 +02:00
parent 9a5d686923
commit 3948ac25b1
2 changed files with 21 additions and 20 deletions
+1 -2
View File
@@ -183,8 +183,7 @@
(default &no-default-value))
;; Meta-data.
(description service-type-description ;string
(default #f))
(description service-type-description) ;string
(location service-type-location ;<location>
(default (and=> (current-source-location)
source-properties->location))