all-packages.nix: added texLiveFull attribute, which is a working TexLive installation with all supported packages enabled

svn path=/nixpkgs/trunk/; revision=31717
This commit is contained in:
Peter Simons 2012-01-19 20:45:17 +00:00
parent d0c8b530e9
commit b94fef3cba

View file

@ -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)