* updated lhs2TeX to 1.13pre3
svn path=/nixpkgs/trunk/; revision=10170
This commit is contained in:
parent
28e24e745f
commit
5dd65bbfad
|
@ -3,12 +3,12 @@
|
||||||
assert tetex == polytable.tetex;
|
assert tetex == polytable.tetex;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "lhs2tex-1.12";
|
name = "lhs2tex-1.13pre3";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.informatik.uni-bonn.de/~loeh/lhs2tex/lhs2tex-1.12.tar.bz2;
|
url = "http://www.cs.uu.nl/~andres/lhs2tex/lhs2tex-1.13pre3.tar.bz2";
|
||||||
md5 = "1bc982e96f19201aaf1c39c1d4b5e358";
|
sha256 = "8ddc9bd150c20c33518d747fee95577ec8f587146532cda12b8034adc847826c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [tetex ghc];
|
buildInputs = [tetex ghc];
|
||||||
|
|
Loading…
Reference in New Issue