Some more details about texLiveAggregation in comment

svn path=/nixpkgs/trunk/; revision=11832
This commit is contained in:
Michael Raskin 2008-05-16 04:52:47 +00:00
parent 6cbefd2f91
commit 86b0350dba
1 changed files with 3 additions and 0 deletions

View File

@ -6529,6 +6529,9 @@ let pkgs = rec {
texLiveBeamer
];
} null)
You need to use texLiveAggregationFun to regenerate, say, ls-R (TeX-related file list)
Just installing a few packages doesn't work.
*/
texLive = texLiveFun null;
texLiveAggregationFun = builderDefsPackage (import ../misc/tex/texlive/aggregate.nix);