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

qt6.qtbase: add frameworks on x86_64-darwin
This commit is contained in:
Weijia Wang 2023-04-15 14:59:58 +03:00 committed by GitHub
commit 280b1cdc1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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