From 21c2cdc9939659e3541dc7f8a30d77944b3f514f Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 19 Feb 2024 22:51:48 -0300 Subject: [PATCH] services: zathura: Add serialize-hex-color to avoid warnings --- modules/radix/home/services/zathura.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/radix/home/services/zathura.scm b/modules/radix/home/services/zathura.scm index abad3c8..97d07da 100644 --- a/modules/radix/home/services/zathura.scm +++ b/modules/radix/home/services/zathura.scm @@ -110,6 +110,9 @@ (null? (filter (negate hex-digit?) rest))) (else #f))) +(define serialize-hex-color ; Just to avoid warnings + (@@ (gnu services configuration) empty-serializer)) + (define-maybe hex-color) (define-configuration/no-serialization face