qt6Packages: migrate to apple_sdk_11_0

This commit is contained in:
Weijia Wang 2023-01-23 23:56:22 +01:00
parent 1a711794d5
commit 1c7067dfbd
2 changed files with 4 additions and 0 deletions

View file

@ -22639,6 +22639,7 @@ with pkgs;
qt6Packages = recurseIntoAttrs (import ./qt6-packages.nix {
inherit lib pkgs qt6;
stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
});
quark-engine = callPackage ../tools/security/quark-engine { };

View file

@ -7,6 +7,7 @@
{ lib
, pkgs
, qt6
, stdenv
}:
(lib.makeScope pkgs.newScope ( self:
@ -24,6 +25,8 @@ let
in
(qt6 // {
inherit stdenv;
# LIBRARIES
inherit (kdeFrameworks) kcoreaddons;