Merge pull request #35749 from ryantm/auto-update/latex2html-2016-to-2018
latex2html: 2016 -> 2018
This commit is contained in:
commit
6f6d082e39
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "latex2html-${version}";
|
name = "latex2html-${version}";
|
||||||
version = "2016";
|
version = "2018";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://mirrors.ctan.org/support/latex2html/latex2html-${version}.tar.gz";
|
url = "http://mirrors.ctan.org/support/latex2html/latex2html-${version}.tar.gz";
|
||||||
sha256 = "028k0ypbq94mlhydf1sbqlphlfl2fhmlzhgqq5jjzihfmccbq7db";
|
sha256 = "1qnlg8ajh0amy9gy8rh8sp1l224ak54264i3dhk7rrv9s4k7bqq9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ghostscript netpbm perl ];
|
buildInputs = [ ghostscript netpbm perl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user