remove pdf2htmlex: too much hassle to fix it

This commit is contained in:
Domen Kožar 2014-08-25 19:12:40 +02:00
parent 72954393f8
commit abe7730f23
2 changed files with 0 additions and 29 deletions

View File

@ -1,27 +0,0 @@
{stdenv, fetchurl, cmake, poppler, fontforge, unzip, pkgconfig, python}:
stdenv.mkDerivation rec {
version = "0.8.1";
name = "pdf2htmlex-${version}";
src = fetchurl {
url = "https://github.com/coolwanglu/pdf2htmlEX/archive/v${version}.zip";
sha256 = "0v8x03vq46ng9s27ryn76lcsjgpxgak6062jnx59lnyz856wvp8a";
};
buildInputs = [
cmake
unzip
poppler
fontforge
pkgconfig
python
];
meta = with stdenv.lib; {
description = "Convert PDF to HTML without losing text or format. ";
license = licenses.gpl3;
maintainers = [ maintainers.iElectric ];
platforms = platforms.linux;
};
}

View File

@ -5950,8 +5950,6 @@ let
pdf2xml = callPackage ../development/libraries/pdf2xml {} ;
pdf2htmlex = callPackage ../development/libraries/pdf2htmlex {} ;
phonon = callPackage ../development/libraries/phonon { };
phonon_backend_gstreamer = callPackage ../development/libraries/phonon-backend-gstreamer { };