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:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user