* lhs2TeX updated to 1.11.
svn path=/nixpkgs/trunk/; revision=7055
This commit is contained in:
parent
bc394c1775
commit
3803cfdff2
@ -3,12 +3,12 @@
|
||||
assert tetex == polytable.tetex;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "lhs2tex-1.10pre";
|
||||
name = "lhs2tex-1.11";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/lhs2tex-1.10pre.tar.bz2;
|
||||
md5 = "4fb875cdc0ba8daacc18b97f76aab4bf";
|
||||
url = http://www.informatik.uni-bonn.de/~loeh/lhs2tex/lhs2tex-1.11.tar.bz2;
|
||||
md5 = "16fb6a150bc1ab5e22c66f52f11cec54";
|
||||
};
|
||||
|
||||
buildInputs = [tetex ghc];
|
||||
|
Loading…
Reference in New Issue
Block a user