1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: readd latex, take pandoc from unstable

This commit is contained in:
Kierán Meinhardt
2019-11-05 08:38:48 +01:00
parent edc6ba42bd
commit ce100eacbb

View File

@@ -1,15 +1,11 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# (texlive.combine {
# inherit (pkgs.texlive) scheme-full texdoc latex2e-help-texinfo;
# pkgFilter = pkg: pkg.tlType == "run" || pkg.tlType == "bin" || pkg.pname == "latex2e-help-texinfo";
# })
# haskellPackages.patat
texlive.combined.scheme-full
(aspellWithDicts (dict: [dict.de dict.en dict.la dict.en-computers dict.ru]))
haskellPackages.pandoc-citeproc
unstable.haskellPackages.pandoc-citeproc
libreoffice
pandoc
unstable.pandoc
proselint
unstable.asciidoctor
wordnet