mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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
This commit is contained in:
parent
5fdfec9108
commit
faf27bed4f
1 changed files with 1 additions and 4 deletions
|
|
@ -60,10 +60,7 @@
|
||||||
or 'stow, but ~a was found.")
|
or 'stow, but ~a was found.")
|
||||||
value))))
|
value))))
|
||||||
|
|
||||||
(define list-of-strings?
|
(define-maybe/no-serialization list-of-strings)
|
||||||
(list-of string?))
|
|
||||||
|
|
||||||
(define-maybe list-of-strings)
|
|
||||||
|
|
||||||
(define-configuration/no-serialization home-dotfiles-configuration
|
(define-configuration/no-serialization home-dotfiles-configuration
|
||||||
(source-directory
|
(source-directory
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue