Commit e5c71c2c authored by Colin's avatar Colin
Browse files

coeurl: remove dead `substituteInPlace --replace`

parent e10d1e74
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