guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#59724] [PATCH] services: configuration: Remove orphan reference to


From: mirai
Subject: [bug#59724] [PATCH] services: configuration: Remove orphan reference to example.
Date: Wed, 30 Nov 2022 14:56:15 +0000

From: Bruno Victal <mirai@makinata.eu>

generic-serialize-alist refers to (gnu home services
version-control) for usage examples but there's no such module.
---
 gnu/services/configuration.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/services/configuration.scm b/gnu/services/configuration.scm
index dacfc52ba9..b2eabc9c88 100644
--- a/gnu/services/configuration.scm
+++ b/gnu/services/configuration.scm
@@ -469,9 +469,6 @@ (define (generic-serialize-alist combine serialize-field 
fields)
 
 COMBINE is a procedure that takes one or more arguments and combines
 all the alist entries into one value, @code{string-append} or
-@code{append} are usually good candidates for this.
-
-See the @code{serialize-alist} procedure in `@code{(gnu home services
-version-control}' for an example usage.)}"
+@code{append} are usually good candidates for this."
   (apply combine
          (map (generic-serialize-alist-entry serialize-field) fields)))

base-commit: 26e1f39888eaf2723353f20950d936d102c6bd6a
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]