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