upgrading pgf/tikz to 2.10
This commit is contained in:
parent
74d7c12e3a
commit
f53c60c8bb
@ -1,11 +1,12 @@
|
|||||||
args: with args;
|
args: with args;
|
||||||
|
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
name = "texlive-pgf-2007";
|
name = "texlive-pgf-2010";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/pgf/pgf-2.00.tar.gz";
|
url = "mirror://debian/pool/main/p/pgf/pgf_2.10.orig.tar.gz";
|
||||||
sha256 = "0j57niag4jb2k0iyrvjsannxljc3vkx0iag7zd35ilhiy4dh6264";
|
sha256 = "087i0fya6z42wmw7xlj3kyi3bwjg0avpxb01v4xy7ycxnkk94834";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [texLiveLatexXColor texLive];
|
propagatedBuildInputs = [texLiveLatexXColor texLive];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user