mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
delta: switch to apple-sdk_11
This commit is contained in:
parent
bda767efc9
commit
2aa42ec644
@ -5,7 +5,7 @@
|
||||
, pkg-config
|
||||
, oniguruma
|
||||
, stdenv
|
||||
, darwin
|
||||
, apple-sdk_11
|
||||
, git
|
||||
}:
|
||||
|
||||
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
|
||||
buildInputs = [
|
||||
oniguruma
|
||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
darwin.apple_sdk_11_0.frameworks.Foundation
|
||||
apple-sdk_11
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ git ];
|
||||
|
@ -2116,7 +2116,7 @@ with pkgs;
|
||||
|
||||
degit = callPackage ../applications/version-management/degit { };
|
||||
|
||||
delta = darwin.apple_sdk_11_0.callPackage ../applications/version-management/delta { };
|
||||
delta = callPackage ../applications/version-management/delta { };
|
||||
|
||||
debase = callPackage ../by-name/de/debase/package.nix {
|
||||
stdenv = if stdenv.hostPlatform.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
|
||||
|
Loading…
Reference in New Issue
Block a user