ConTeXt: Update to a current version & include it in texLiveFull.
This commit is contained in:
parent
e8adc8b5ec
commit
c5b5020681
@ -1,9 +1,9 @@
|
|||||||
args: with args;
|
args: with args;
|
||||||
rec {
|
rec {
|
||||||
name = "context-2009.11.26";
|
name = "context-2014.05.21";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://debian/pool/main/c/context/context_2009.11.26.orig.tar.gz;
|
url = mirror://debian/pool/main/c/context/context_2014.05.21.20140528.orig.tar.gz;
|
||||||
sha256 = "1qv3h97cyhjyvivs30fz9bqr77j348azagm7ijiyfrclvjjlwav9";
|
sha256 = "1d744xrsjyl52x2xbh87k5ad826mzz8yqmhdznrmqrhk3qpjkzic";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [texLive];
|
buildInputs = [texLive];
|
||||||
|
@ -12517,7 +12517,7 @@ let
|
|||||||
texLiveFull = lib.setName "texlive-full" (texLiveAggregationFun {
|
texLiveFull = lib.setName "texlive-full" (texLiveAggregationFun {
|
||||||
paths = [ texLive texLiveExtra lmodern texLiveCMSuper texLiveLatexXColor
|
paths = [ texLive texLiveExtra lmodern texLiveCMSuper texLiveLatexXColor
|
||||||
texLivePGF texLiveBeamer texLiveModerncv tipa tex4ht texinfo
|
texLivePGF texLiveBeamer texLiveModerncv tipa tex4ht texinfo
|
||||||
texLiveModerntimeline ];
|
texLiveModerntimeline texLiveContext ];
|
||||||
});
|
});
|
||||||
|
|
||||||
/* Look in configurations/misc/raskin.nix for usage example (around revisions
|
/* Look in configurations/misc/raskin.nix for usage example (around revisions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user