darwin: recurseIntoAttrs
I think this helps the packages in this set show up on search.nixos.org
This commit is contained in:
@@ -26178,7 +26178,7 @@ with pkgs;
|
||||
# Even though this is a set of packages not single package, use `callPackage`
|
||||
# not `callPackages` so the per-package callPackages don't have their
|
||||
# `.override` clobbered. C.F. `llvmPackages` which does the same.
|
||||
darwin = callPackage ./darwin-packages.nix { };
|
||||
darwin = recurseIntoAttrs (callPackage ./darwin-packages.nix { });
|
||||
|
||||
defaultbrowser = callPackage ../os-specific/darwin/defaultbrowser {
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
||||
|
||||
Reference in New Issue
Block a user