mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
darwin.cctools: Fix build on linux
This commit is contained in:
parent
663e379fb9
commit
11f4921cdf
@ -10927,7 +10927,10 @@ in
|
||||
xctoolchain = xcode.toolchain;
|
||||
};
|
||||
|
||||
cctools = (callPackage ../os-specific/darwin/cctools/port.nix { inherit libobjc; }).native;
|
||||
cctools = (callPackage ../os-specific/darwin/cctools/port.nix {
|
||||
inherit libobjc;
|
||||
stdenv = if stdenv.isDarwin then stdenv else libcxxStdenv;
|
||||
}).native;
|
||||
|
||||
cf-private = callPackage ../os-specific/darwin/cf-private {
|
||||
inherit (apple-source-releases) CF;
|
||||
|
Loading…
Reference in New Issue
Block a user