summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2022-03-01 08:04:27 +0300
committerLudovic Courtès <ludo@gnu.org>2022-03-01 12:33:07 +0100
commit60c45fd9fd1732b3905a0c3a134878e24592c4b5 (patch)
tree0cf625933dead901a67be9d4ba2de67f8c4b277c
parentdd6b951fe05ff2729c7420a1b5749df825d045d8 (diff)
downloadguix-patches-60c45fd9fd1732b3905a0c3a134878e24592c4b5.tar
guix-patches-60c45fd9fd1732b3905a0c3a134878e24592c4b5.tar.gz
home: xdg: Fix xdg-desktop-entry config field serialization.
[[PGP Signed Part:No public key for 2208D20958C1DEB0 created at 2022-03-01T06:09:14+0100 using RSA]] * gnu/home/services/xdg.scm (serialize-xdg-desktop-entry): Use append instead of identity to allow multiple alist values. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/home/services/xdg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/home/services/xdg.scm b/gnu/home/services/xdg.scm
index d230dd7665..2833198cdf 100644
--- a/gnu/home/services/xdg.scm
+++ b/gnu/home/services/xdg.scm
@@ -374,7 +374,7 @@ configuration."
"=" val "\n")))
(define (serialize-alist config)
- (generic-serialize-alist identity format-config config))
+ (generic-serialize-alist append format-config config))
(define (serialize-xdg-desktop-action action)
(match action