swiftpm2nix: migrate to Swift suite directory
Since they are from the same team.
This commit is contained in:
@@ -108,6 +108,8 @@ let
|
||||
|
||||
swift-format = callPackage ./swift-format { };
|
||||
|
||||
swiftpm2nix = callPackage ./swiftpm2nix { };
|
||||
|
||||
};
|
||||
|
||||
in self
|
||||
|
||||
@@ -16654,9 +16654,7 @@ with pkgs;
|
||||
svdtools = callPackage ../development/embedded/svdtools { };
|
||||
|
||||
swiftPackages = recurseIntoAttrs (callPackage ../development/compilers/swift { });
|
||||
inherit (swiftPackages) swift swiftpm sourcekit-lsp swift-format;
|
||||
|
||||
swiftpm2nix = callPackage ../development/tools/swiftpm2nix { };
|
||||
inherit (swiftPackages) swift swiftpm sourcekit-lsp swift-format swiftpm2nix;
|
||||
|
||||
swiProlog = callPackage ../development/compilers/swi-prolog {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
|
||||
Reference in New Issue
Block a user