dia: use C++20

Fixes build with latest Poppler
This commit is contained in:
K900 2025-05-09 20:31:50 +03:00
parent 007fabe5bd
commit c1848e8bbb

View file

@ -33,8 +33,8 @@ stdenv.mkDerivation {
hash = "sha256-U+8TUE1ULt6MNxnvw9kFjCAVBecUy2Sarof6H9+kR7Q="; hash = "sha256-U+8TUE1ULt6MNxnvw9kFjCAVBecUy2Sarof6H9+kR7Q=";
}; };
# Required for the PDF plugin when building with clang. # Required for the PDF plugin
CXXFLAGS = "-std=c++17"; CXXFLAGS = "-std=c++20";
preConfigure = '' preConfigure = ''
patchShebangs . patchShebangs .