services: zathura: Add serialize-hex-color to avoid warnings
parent
7d136b570d
commit
21c2cdc993
|
@ -110,6 +110,9 @@
|
||||||
(null? (filter (negate hex-digit?) rest)))
|
(null? (filter (negate hex-digit?) rest)))
|
||||||
(else #f)))
|
(else #f)))
|
||||||
|
|
||||||
|
(define serialize-hex-color ; Just to avoid warnings
|
||||||
|
(@@ (gnu services configuration) empty-serializer))
|
||||||
|
|
||||||
(define-maybe hex-color)
|
(define-maybe hex-color)
|
||||||
|
|
||||||
(define-configuration/no-serialization face
|
(define-configuration/no-serialization face
|
||||||
|
|
Loading…
Reference in New Issue