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

dia: fix darwin build

authored by 7c6f434c and committed by GitHub aec60730 c1222f07

+3
+3
pkgs/applications/graphics/dia/default.nix
··· 34 35 patches = [ ./poppler-22_09-build-fix.patch ]; 36 37 preConfigure = '' 38 patchShebangs . 39 '';
··· 34 35 patches = [ ./poppler-22_09-build-fix.patch ]; 36 37 + # Required for the PDF plugin when building with clang. 38 + CXXFLAGS = "-std=c++17"; 39 + 40 preConfigure = '' 41 patchShebangs . 42 '';