3
0
Fork 0
forked from mirrors/nixpkgs

Poppler: Disable test suite when `qt4Support' is true.

svn path=/nixpkgs/trunk/; revision=14155
This commit is contained in:
Ludovic Courtès 2009-02-21 21:53:50 +00:00
parent 5e508b5753
commit 5c3c2d9860

View file

@ -23,7 +23,9 @@ stdenv.mkDerivation rec {
preConfigure = "sed -e '/jpeg_incdirs/s@/usr@${libjpeg}@' -i configure";
doCheck = true;
# XXX: The Poppler/Qt4 test suite refers to non-existent PDF files
# such as `../../../test/unittestcases/UseNone.pdf'.
doCheck = !qt4Support;
meta = {
homepage = http://poppler.freedesktop.org/;