mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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=";
|
||||
};
|
||||
|
||||
# Required for the PDF plugin when building with clang.
|
||||
CXXFLAGS = "-std=c++17";
|
||||
# Required for the PDF plugin
|
||||
CXXFLAGS = "-std=c++20";
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue