qt6.qtbase: fix regression

This commit is contained in:
Weijia Wang
2023-02-06 18:07:39 +01:00
committed by Florian Brandes
parent 86bd87aa71
commit 34d20d25c2

View File

@@ -222,8 +222,8 @@ stdenv.mkDerivation rec {
"-DQT_FEATURE_journald=${if systemdSupport then "ON" else "OFF"}"
"-DQT_FEATURE_vulkan=ON"
] ++ lib.optionals stdenv.isDarwin [
# build as a set of dynamic libraries
"-DFEATURE_framework=OFF"
# error: 'path' is unavailable: introduced in macOS 10.15
"-DQT_FEATURE_cxx17_filesystem=OFF"
];
NIX_LDFLAGS = toString (lib.optionals stdenv.isDarwin [