git-warp-time: drop obsolete workaround for fetchCargoTarball triggering configure

This commit is contained in:
Caleb Maclennan
2024-12-06 23:56:31 +03:00
parent 9bde82f503
commit 5017d41238
@@ -27,8 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) pname version src;
nativeBuildInputs = [ zstd ];
# so the cargo fetcher won't try to run the `./configure` script
dontConfigure = true;
hash = "sha256-bmClqtH1xU2KOKVbCOrgN14jpLKiA2ZMzWwrOiufwnQ=";
};