From 4566cd69016a275d8aba3fdb6f6e6aec2d8f97f2 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sat, 15 Apr 2023 14:39:04 +0300 Subject: [PATCH] qt6.qtbase: add frameworks on x86_64-darwin --- pkgs/development/libraries/qt-6/modules/qtbase.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/qt-6/modules/qtbase.nix b/pkgs/development/libraries/qt-6/modules/qtbase.nix index dfd51f26587b..d5892d9798d9 100644 --- a/pkgs/development/libraries/qt-6/modules/qtbase.nix +++ b/pkgs/development/libraries/qt-6/modules/qtbase.nix @@ -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