poppler: fix evaluation, probably after merges
This commit is contained in:
parent
38d6699a93
commit
6dbb6a380b
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ninja pkgconfig ];
|
nativeBuildInputs = [ cmake ninja pkgconfig ];
|
||||||
|
|
||||||
|
# Not sure when and how to pass it. It seems an upstream bug anyway.
|
||||||
CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++11";
|
CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++11";
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
@ -43,9 +44,6 @@ stdenv.mkDerivation rec {
|
|||||||
(mkFlag qt5Support "QT5")
|
(mkFlag qt5Support "QT5")
|
||||||
];
|
];
|
||||||
|
|
||||||
# Not sure when and how to pass it. It seems an upstream bug anyway.
|
|
||||||
CXXFLAGS = if stdenv.cc.isClang then [ "-std=c++11" ] else null;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://poppler.freedesktop.org/;
|
homepage = https://poppler.freedesktop.org/;
|
||||||
description = "A PDF rendering library";
|
description = "A PDF rendering library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user