Skip to content

Commit 757df4a

Browse files
author
Matteo Pacini
committed
xcodes: move to by-name
1 parent ec1f3c7 commit 757df4a

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

pkgs/development/tools/xcodes/default.nix renamed to pkgs/by-name/xc/xcodes/package.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
, swiftpm
66
, swiftpm2nix
77
, makeWrapper
8-
, CryptoKit
9-
, LocalAuthentication
10-
, libcompression
118
, aria2
129
}:
1310
let
@@ -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 = ''

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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 { };

0 commit comments

Comments
 (0)