Unverified Commit 7cdabd17 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

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

parents f82ce7af e5c71c2c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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