Merge pull request #214737 from viraptor/dia-darwin-fix

dia: fix darwin build
This commit is contained in:
7c6f434c 2023-03-10 16:49:31 +00:00 committed by GitHub
commit aec607305a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 .
'';