From e5c71c2cc7bf05e878e0bc19b0d5061c7e92453f Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 14 Mar 2026 03:25:06 +0000 Subject: [PATCH] coeurl: remove dead `substituteInPlace --replace` this hasn't been required since https://nheko.im/nheko-reborn/coeurl/-/commit/41da74de67771b8a822f11e72b17248f56aa9766 --- pkgs/by-name/co/coeurl/package.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/by-name/co/coeurl/package.nix b/pkgs/by-name/co/coeurl/package.nix index d1834c761dd7..7737091eb20c 100644 --- a/pkgs/by-name/co/coeurl/package.nix +++ b/pkgs/by-name/co/coeurl/package.nix @@ -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