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:
parent
d0c8b530e9
commit
b94fef3cba
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue