mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 13:50:04 +00:00
qtwebapp: bump cxx version used for darwin (#547524)
This commit is contained in:
@@ -27,6 +27,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
INSTALLS += target
|
||||
}
|
||||
EOF
|
||||
''
|
||||
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
substituteInPlace QtWebApp.pro \
|
||||
--replace-fail "QMAKE_CXXFLAGS += -std=c++11" "QMAKE_CXXFLAGS += -std=c++20" \
|
||||
--replace-fail "CONFIG += c++11" "CONFIG += c++20"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user