summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2025-01-08 19:22:42 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2025-01-08 19:22:42 +0100
commitfcc05b650e4feb9efc6d2d309ab52e03f9632a90 (patch)
treebb3cd3a07d3410f389e9039ae8fb1e6473606227
parent39ad0e6cf9ed895b88041f8babe59506178a6fcb (diff)
Improve packaging, even if we didn't improve pandoc
-rw-r--r--guix.scm2
-rw-r--r--install_with_stow.sh (renamed from install.sh)0
2 files changed, 1 insertions, 1 deletions
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")
diff --git a/install.sh b/install_with_stow.sh
index 4458ed1..4458ed1 100644
--- a/install.sh
+++ b/install_with_stow.sh