Unverified Commit 280b1cdc authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #226267 from wegank/qt6-darwin-sdk

qt6.qtbase: add frameworks on x86_64-darwin
parents 85b08152 4566cd69
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -184,6 +184,7 @@ stdenv.mkDerivation rec {
    libinput
  ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
    AppKit
    CoreBluetooth
  ]
  ++ lib.optional withGtk3 gtk3
  ++ lib.optional developerBuild gdb