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 | |
parent | 39ad0e6cf9ed895b88041f8babe59506178a6fcb (diff) |
Improve packaging, even if we didn't improve pandoc
-rw-r--r-- | guix.scm | 2 | ||||
-rw-r--r-- | install_with_stow.sh (renamed from install.sh) | 0 |
2 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") diff --git a/install.sh b/install_with_stow.sh index 4458ed1..4458ed1 100644 --- a/install.sh +++ b/install_with_stow.sh |