calibre: remove references to podofo

This commit is contained in:
Andrew Dunham
2018-11-06 21:13:03 -08:00
parent 50602de85e
commit 13e1235a80
2 changed files with 20 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
})
];
outputs = [ "out" "dev" "lib" ];
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ zlib freetype libjpeg libtiff fontconfig openssl libpng
@@ -31,6 +33,11 @@ stdenv.mkDerivation rec {
"-DPODOFO_BUILD_STATIC=OFF"
"-DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON"
];
postInstall = ''
moveToOutput lib "$lib"
'';
meta = with stdenv.lib; {
homepage = http://podofo.sourceforge.net;
description = "A library to work with the PDF file format";