guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ecc4bf19e08381206349626ce17fb99f53196734
Author: Sergey Trofimov <[email protected]>
AuthorDate: Sat Jan 24 18:43:32 2026 +0100
home: dotfiles: Fix compilation warning.
* gnu/home/services/dotfiles.scm: For list-of-strings field type
use define-maybe/no-serialization, remove duplicated predicate.
Change-Id: I31620b22b53ef3100852ab96dd4a0e69280e6902
Signed-off-by: Ludovic Courtès <[email protected]>
Merges: #5338
---
gnu/home/services/dotfiles.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/home/services/dotfiles.scm b/gnu/home/services/dotfiles.scm
index 7b4112c208..c7c798abc4 100644
--- a/gnu/home/services/dotfiles.scm
+++ b/gnu/home/services/dotfiles.scm
@@ -60,10 +60,7 @@
or 'stow, but ~a was found.")
value))))
-(define list-of-strings?
- (list-of string?))
-
-(define-maybe list-of-strings)
+(define-maybe/no-serialization list-of-strings)
(define-configuration/no-serialization home-dotfiles-configuration
(source-directory