mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
dia: use C++20
Fixes build with latest Poppler
This commit is contained in:
parent
007fabe5bd
commit
c1848e8bbb
1 changed files with 2 additions and 2 deletions
|
@ -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 .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue