From fcc05b650e4feb9efc6d2d309ab52e03f9632a90 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 8 Jan 2025 19:22:42 +0100 Subject: Improve packaging, even if we didn't improve pandoc --- guix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index f7fecae..43ddc5f 100644 --- a/guix.scm +++ b/guix.scm @@ -14,7 +14,7 @@ (arguments (list #:install-plan ''(("pandoc" "/share/pandoc")))) (native-search-paths (list (search-path-specification - (variable "XDG_DATA_HOME") + (variable "XDG_DATA_DIRS") ;; Not implemented in pandoc _yet_ (files '("share"))))) (home-page "http://git.elenq.tech/") (synopsis "Pandoc templates for ElenQ Technology") -- cgit v1.2.3