mupdf: remove third-party libjpeg

This commit is contained in:
Nikolay Amiantov 2017-08-03 02:39:41 +03:00
parent be6170d803
commit f64fb1cc0a

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
# Don't remove mujs because upstream version is incompatible
rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,jpeg,openjpeg,zlib}
rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,libjpeg,openjpeg,zlib}
'';
postInstall = ''