From 781088390268cfaa84c842f9e28e0752e4588b12 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 9 Nov 2015 01:30:32 +0100 Subject: katara: new texlive --- machines/profpatsch/katara.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'machines') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 86b26251..d0bdaf0e 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -6,9 +6,7 @@ let ++ lib.singleton pkgs.pythonPackages.keyring; }); - mytexlive = with pkgs; texLiveAggregationFun { - paths = [ texLive texLiveBeamer texLiveCMSuper ]; - }; + mytexlive = with pkgs.texlive; combine { inherit scheme-medium minted units collection-bibtexextra; }; mylyx = with pkgs; stdenv.mkDerivation rec { name = "mylyx"; @@ -150,7 +148,7 @@ in { libreoffice lilyterm # (lyx.overrideDerivation (old: { buildInputs = old.buildInputs ++ /*packages*/ lib.singleton mytexlive; })) - mylyx mytexlive + lyx mytexlive #mylyx mytexlive mpv audacity lame gmpc -- cgit 1.4.1