coeurl: remove dead substituteInPlace --replace (#499741)

This commit is contained in:
Michele Guerini Rocco
2026-03-14 09:02:40 +00:00
committed by GitHub
-3
View File
@@ -21,9 +21,6 @@ stdenv.mkDerivation (finalAttrs: {
tag = "v${finalAttrs.version}";
hash = "sha256-8BwyPfLgkJG1CHnRAKxgn8ObEGSK+lKKUhQibs1dCg4=";
};
postPatch = ''
substituteInPlace subprojects/curl.wrap --replace '[provides]' '[provide]'
'';
nativeBuildInputs = [
ninja