qt6.qtbase: add frameworks on x86_64-darwin

This commit is contained in:
Weijia Wang 2023-04-15 14:39:04 +03:00
parent ee0bfeddf7
commit 4566cd6901

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