Merge pull request #214737 from viraptor/dia-darwin-fix
dia: fix darwin build
This commit is contained in:
@@ -34,6 +34,9 @@ stdenv.mkDerivation {
|
||||
|
||||
patches = [ ./poppler-22_09-build-fix.patch ];
|
||||
|
||||
# Required for the PDF plugin when building with clang.
|
||||
CXXFLAGS = "-std=c++17";
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user