xcodes: move to by-name
This commit is contained in:
parent
ec1f3c7390
commit
757df4a1b4
@ -5,9 +5,6 @@
|
||||
, swiftpm
|
||||
, swiftpm2nix
|
||||
, makeWrapper
|
||||
, CryptoKit
|
||||
, LocalAuthentication
|
||||
, libcompression
|
||||
, aria2
|
||||
}:
|
||||
let
|
||||
@ -26,12 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [ swift swiftpm makeWrapper ];
|
||||
|
||||
buildInputs = [
|
||||
CryptoKit
|
||||
LocalAuthentication
|
||||
libcompression
|
||||
];
|
||||
|
||||
configurePhase = generated.configure;
|
||||
|
||||
installPhase = ''
|
@ -2029,11 +2029,6 @@ with pkgs;
|
||||
|
||||
xcodeenv = callPackage ../development/mobile/xcodeenv { };
|
||||
|
||||
xcodes = swiftPackages.callPackage ../development/tools/xcodes {
|
||||
inherit (swiftPackages.apple_sdk.frameworks) CryptoKit LocalAuthentication;
|
||||
inherit (swiftPackages.apple_sdk) libcompression;
|
||||
};
|
||||
|
||||
gomobile = callPackage ../development/mobile/gomobile { };
|
||||
|
||||
titaniumenv = callPackage ../development/mobile/titaniumenv { };
|
||||
|
Loading…
Reference in New Issue
Block a user