mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
services: configuration: Rename location accessor to "source-location".
Fixes <https://issues.guix.gnu.org/59423>. * gnu/services/configuration.scm (define-configuration-helper): Rename the accessor of the %location field from "NAME-location" to "NAME-source-location". Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reported-by: Pierre Langlois <pierre.langlois@gmx.com>
This commit is contained in:
parent
79a3cd34c0
commit
b75559179e
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ (define-record-type* #,(id #'stem #'< #'stem #'>)
|
|||
#'(field ...)
|
||||
#'(field-getter ...)
|
||||
#'(field-default ...))
|
||||
(%location #,(id #'stem #'stem #'-location)
|
||||
(%location #,(id #'stem #'stem #'-source-location)
|
||||
(default (and=> (current-source-location)
|
||||
source-properties->location))
|
||||
(innate)))
|
||||
|
|
Loading…
Reference in a new issue