Unverified Commit aec60730 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

dia: fix darwin build
parents c1222f07 50389247
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 .
  '';