Merge pull request #212325 from wegank/qt6-sdk
qt6Packages: migrate to apple_sdk_11_0
This commit is contained in:
@@ -22638,6 +22638,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 { };
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user