mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pythonPackages.poppler-qt4: fix build by a hack
/cc maintainer @sepi.
This commit is contained in:
parent
a1f7b231c4
commit
5147b9d30a
1 changed files with 2 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue