Skip to content

Commit

Permalink
ios-deploy: rename from darwin.ios-deploy (#359888)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 1, 2024
2 parents d2301bd + 5c29883 commit ca98816
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ lib
, stdenv
, fetchFromGitHub
, darwin
, testers
{
lib,
stdenv,
fetchFromGitHub,
testers,
}:

let
Expand All @@ -19,10 +19,6 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-TVGC+f+1ow3b93CK3PhIL70le5SZxxb2ug5OkIg8XCA=";
};

buildInputs = [
darwin.apple_sdk.frameworks.Foundation
];

buildPhase = ''
runHook preBuild
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/darwin-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ mapAliases ({
### I ###

insert_dylib = throw "'darwin.insert_dylib' has been renamed to 'insert-dylib'"; # added 2024-04-04
ios-deploy = throw "'darwin.ios-deploy' has been renamed to 'ios-deploy'"; # added 2024-11-28

### L ###

Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/darwin-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ impure-cmds // apple-source-packages // apple-source-headers // stubs // {
# As the name says, this is broken, but I don't want to lose it since it's a direction we want to go in
# libdispatch-broken = callPackage ../os-specific/darwin/swift-corelibs/libdispatch.nix { };

ios-deploy = callPackage ../os-specific/darwin/ios-deploy {};

# See doc/packages/darwin-builder.section.md
linux-builder = lib.makeOverridable ({ modules }:
let
Expand Down

0 comments on commit ca98816

Please sign in to comment.