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:
+1
-2
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user