forked from mirrors/nixpkgs
qt5.poppler: fix build with Qt 5.7
This commit is contained in:
parent
23e0d4ae67
commit
c6246e9c72
|
@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
NIX_CFLAGS_COMPILE = [ "-DQT_NO_DEBUG" ];
|
||||
|
||||
CXXFLAGS = lib.optional qt5Support "-std=c++11";
|
||||
|
||||
configureFlags = with lib;
|
||||
[
|
||||
"--enable-xpdf-headers"
|
||||
|
|
Loading…
Reference in a new issue