diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2026-01-24 18:43:32 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-02-06 20:49:03 +0100 |
| commit | ecc4bf19e08381206349626ce17fb99f53196734 (patch) | |
| tree | 3b26fb11ee3e3b5e7f961238ebb9948d7a91dca5 /gnu | |
| parent | 321e05d0f6494d7eceaf85450435ead485651cc0 (diff) | |
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 <ludo@gnu.org>
Merges: #5338
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/home/services/dotfiles.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/home/services/dotfiles.scm b/gnu/home/services/dotfiles.scm index 7b4112c2086..c7c798abc4e 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 |
