1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +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; [ environment.systemPackages = with pkgs; [
texlive.combined.scheme-full texlive.combined.scheme-full
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers])) (aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
unstable.haskellPackages.pandoc-citeproc haskellPackages.pandoc-citeproc
text2pdf text2pdf
libreoffice libreoffice
unstable.pandoc pandoc
# proselint # proselint
unstable.asciidoctor asciidoctor
wordnet wordnet
]; ];
} }