about summary refs log tree commit diff
path: root/pkgs/development/tools/swiftpm2nix/support.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/swiftpm2nix/support.nix')
-rw-r--r--pkgs/development/tools/swiftpm2nix/support.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/swiftpm2nix/support.nix b/pkgs/development/tools/swiftpm2nix/support.nix
index 9b944a133daa7..dfc2d01a45017 100644
--- a/pkgs/development/tools/swiftpm2nix/support.nix
+++ b/pkgs/development/tools/swiftpm2nix/support.nix
@@ -29,6 +29,7 @@ in rec {
         url = dep.packageRef.location;
         rev = dep.state.checkoutState.revision;
         sha256 = hashes.${dep.subpath};
+        fetchSubmodules = true;
       })) workspaceState.object.dependencies
     );