mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
qt6.qtbase: add frameworks on x86_64-darwin
This commit is contained in:
parent
ee0bfeddf7
commit
4566cd6901
@ -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