sile: drop obsolete workaround for fetchCargoTarball triggering configure

This commit is contained in:
Caleb Maclennan
2024-12-06 23:56:43 +03:00
parent 5017d41238
commit 5edc28dbab
-2
View File
@@ -39,8 +39,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-iPkXEUC4U1m/ComIDo/J5kwkmM1QdowioNtnSnmMhJ0=";
};