1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix: use stable pandoc

This commit is contained in:
Kierán Meinhardt
2020-04-09 11:39:29 +02:00
parent b5b18e46dc
commit d710ef3b66

View File

@@ -34,12 +34,12 @@ in
environment.systemPackages = with pkgs; [
texlive.combined.scheme-full
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
unstable.haskellPackages.pandoc-citeproc
haskellPackages.pandoc-citeproc
text2pdf
libreoffice
unstable.pandoc
pandoc
# proselint
unstable.asciidoctor
asciidoctor
wordnet
];
}