Skip to content

Commit

Permalink
ios-deploy: migrate to new apple-sdk pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Nov 28, 2024
1 parent 6c59ecc commit 5c29883
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/by-name/io/ios-deploy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
darwin,
testers,
}:

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

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

buildPhase = ''
runHook preBuild
Expand Down

0 comments on commit 5c29883

Please sign in to comment.