mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Merge pull request #224785 from srhb/recurse-into-darwin
darwin: recurseIntoAttrs
This commit is contained in:
commit
535f84474a
@ -26248,7 +26248,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;
|
||||
|
Loading…
Reference in New Issue
Block a user