diff options
-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 |