File tree Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Expand file tree Collapse file tree 4 files changed +0
-14
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 55, swiftpm
66, swiftpm2nix
77, makeWrapper
8- , CryptoKit
9- , LocalAuthentication
10- , libcompression
118, aria2
129} :
1310let
@@ -26,12 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
2623
2724 nativeBuildInputs = [ swift swiftpm makeWrapper ] ;
2825
29- buildInputs = [
30- CryptoKit
31- LocalAuthentication
32- libcompression
33- ] ;
34-
3526 configurePhase = generated . configure ;
3627
3728 installPhase = ''
Original file line number Diff line number Diff line change @@ -2029,11 +2029,6 @@ with pkgs;
20292029
20302030 xcodeenv = callPackage ../development/mobile/xcodeenv { };
20312031
2032- xcodes = swiftPackages.callPackage ../development/tools/xcodes {
2033- inherit (swiftPackages.apple_sdk.frameworks) CryptoKit LocalAuthentication;
2034- inherit (swiftPackages.apple_sdk) libcompression;
2035- };
2036-
20372032 gomobile = callPackage ../development/mobile/gomobile { };
20382033
20392034 titaniumenv = callPackage ../development/mobile/titaniumenv { };
You can’t perform that action at this time.
0 commit comments