From b94fef3cbad6b3b830f8f7c4a987c65c81c9e93d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 19 Jan 2012 20:45:17 +0000 Subject: [PATCH] all-packages.nix: added texLiveFull attribute, which is a working TexLive installation with all supported packages enabled svn path=/nixpkgs/trunk/; revision=31717 --- pkgs/top-level/all-packages.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 0e57f554c43..bf504d9fbff 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8611,6 +8611,12 @@ let ruby = ruby18; }; + texLiveFull = lib.setName "texlive-full" (texLiveAggregationFun { + paths = [ texLive texLiveExtra lmodern texLiveCMSuper texLiveLatexXColor + texLivePGF texLiveBeamer texLiveModerncv ]; + + }); + /* Look in configurations/misc/raskin.nix for usage example (around revisions where TeXLive was added)