From ce100eacbba814e863058ed3f50eae799c256557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 5 Nov 2019 08:38:48 +0100 Subject: [PATCH] fix: readd latex, take pandoc from unstable --- configs/packages/writing.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/configs/packages/writing.nix b/configs/packages/writing.nix index 56c0bb4..b7c528c 100644 --- a/configs/packages/writing.nix +++ b/configs/packages/writing.nix @@ -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