update lhs2tex to 1.12
svn path=/nixpkgs/trunk/; revision=7813
This commit is contained in:
parent
753b505608
commit
e92bd3ec5e
@ -3,12 +3,12 @@
|
|||||||
assert tetex == polytable.tetex;
|
assert tetex == polytable.tetex;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "lhs2tex-1.11";
|
name = "lhs2tex-1.12";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.informatik.uni-bonn.de/~loeh/lhs2tex/lhs2tex-1.11.tar.bz2;
|
url = http://www.informatik.uni-bonn.de/~loeh/lhs2tex/lhs2tex-1.12.tar.bz2;
|
||||||
md5 = "16fb6a150bc1ab5e22c66f52f11cec54";
|
md5 = "1bc982e96f19201aaf1c39c1d4b5e358";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [tetex ghc];
|
buildInputs = [tetex ghc];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user