Merge pull request #35667 from vcunat/p/poppler-darwin
poppler: fix build on Darwin
This commit is contained in:
commit
ed4165570e
@ -41,6 +41,9 @@ 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