Skip to content

Commit

Permalink
Merge pull request #214968 from wegank/qt6-darwin
Browse files Browse the repository at this point in the history
qt6.qtbase: fix regression
  • Loading branch information
wegank authored Feb 6, 2023
2 parents 50981b1 + cd10a33 commit 5e32ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/qt-6/modules/qtbase.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down

0 comments on commit 5e32ae2

Please sign in to comment.