mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
Merge pull request #226267 from wegank/qt6-darwin-sdk
qt6.qtbase: add frameworks on x86_64-darwin
This commit is contained in:
commit
280b1cdc1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user