mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Poppler: Disable test suite when `qt4Support' is true.
svn path=/nixpkgs/trunk/; revision=14155
This commit is contained in:
parent
5e508b5753
commit
5c3c2d9860
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user