1 {lib, stdenv, fetchzip, libtommath}:
4 name = "convertlit-1.8";
7 url = "http://www.convertlit.com/convertlit18src.zip";
8 sha256 = "182nsin7qscgbw2h92m0zadh3h8q410h5cza6v486yjfvla3dxjx";
12 buildInputs = [libtommath];
14 hardeningDisable = [ "format" ];
20 substituteInPlace Makefile \
21 --replace ../libtommath-0.30/libtommath.a -ltommath
31 homepage = "http://www.convertlit.com/";
32 description = "A tool for converting Microsoft Reader ebooks to more open formats";
33 license = lib.licenses.gpl2;
34 platforms = lib.platforms.linux;