mercurial: don't allowGitDependencies (#380171)

This commit is contained in:
jade
2025-02-08 13:20:40 -08:00
committed by GitHub
@@ -55,6 +55,7 @@ let
rustPlatform.fetchCargoVendor {
inherit src;
name = "mercurial-${version}";
allowGitDependencies = false;
hash = "sha256-k/K1BupCqnlB++2T7hJxu82yID0jG8HwLNmb2eyx29o=";
sourceRoot = "mercurial-${version}/rust";
}