diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-08 19:22:42 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-08 19:22:42 +0100 |
commit | fcc05b650e4feb9efc6d2d309ab52e03f9632a90 (patch) | |
tree | bb3cd3a07d3410f389e9039ae8fb1e6473606227 /guix.scm | |
parent | 39ad0e6cf9ed895b88041f8babe59506178a6fcb (diff) |
Improve packaging, even if we didn't improve pandoc
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |