Unverified Commit ca988163 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

ios-deploy: rename from darwin.ios-deploy (#359888)

parents d2301bd7 5c298837
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, darwin
, testers
{
  lib,
  stdenv,
  fetchFromGitHub,
  testers,
}:

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

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

  buildPhase = ''
    runHook preBuild

+1 −0
Original line number Diff line number Diff line
@@ -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 ###

+0 −2
Original line number Diff line number Diff line
@@ -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