mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
* 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;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "lhs2tex-1.12";
|
||||
name = "lhs2tex-1.13pre3";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.informatik.uni-bonn.de/~loeh/lhs2tex/lhs2tex-1.12.tar.bz2;
|
||||
md5 = "1bc982e96f19201aaf1c39c1d4b5e358";
|
||||
url = "http://www.cs.uu.nl/~andres/lhs2tex/lhs2tex-1.13pre3.tar.bz2";
|
||||
sha256 = "8ddc9bd150c20c33518d747fee95577ec8f587146532cda12b8034adc847826c";
|
||||
};
|
||||
|
||||
buildInputs = [tetex ghc];
|
||||
|
Loading…
Reference in New Issue
Block a user