pythonPackages.poppler-qt4: fix build by a hack

/cc maintainer @sepi.
This commit is contained in:
Vladimír Čunát 2016-03-29 11:55:44 +02:00
parent a1f7b231c4
commit 5147b9d30a

View file

@ -6911,6 +6911,8 @@ in modules // {
preBuild = "${python}/bin/${python.executable} setup.py build_ext" +
" --include-dirs=${pkgs.poppler_qt4}/include/poppler/";
NIX_CFLAGS_COMPILE = "-I${pkgs.poppler_qt4}/include/poppler/";
meta = {
description = "A Python binding to Poppler-Qt4";
longDescription = ''