Some more details about texLiveAggregation in comment
svn path=/nixpkgs/trunk/; revision=11832
This commit is contained in:
parent
6cbefd2f91
commit
86b0350dba
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue