From 8543a09639917b2a7b6dcb6c553a9bcd9945fe77 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 7 Nov 2015 14:00:18 +0000 Subject: Tex environment & cleanup --- shell.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 3da569e..81aca9d 100644 --- a/shell.nix +++ b/shell.nix @@ -3,8 +3,7 @@ pkgs.stdenv.mkDerivation rec { name = "uni-env"; - buildInputs = [ pkgs.haskellPackages.pandoc - pkgs.gup + buildInputs = [ pkgs.gup pkgs.jdk pkgs.zip pkgs.strace @@ -12,8 +11,11 @@ pkgs.stdenv.mkDerivation rec { (pkgs.callPackage ./mars.nix {}) pkgs.sqlite (pkgs.haskellPackages.ghcWithPackages (p: - with p; [ yesod yesod-bin + with p; [ yesod yesod-bin pandoc ])) + (pkgs.texlive.combine { + inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes; + }) ]; shellHook = '' export PROMPT_INFO="${name}" -- cgit v1.2.3