Merge pull request #290232 from christoph-heiss/cleanup-trurl

trurl: drop now-obsolete `postPatch`
This commit is contained in:
Nick Cao 2024-02-21 10:22:21 -05:00 committed by GitHub
commit bf762330a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,6 @@ stdenv.mkDerivation rec {
hash = "sha256-/eivtsxNzW6IlX08Zfnj06C1kdaaRs4yvqLlbBuo8ec=";
};
# The version number was forgotten to be updated for the release,
# so do it manually in the meantime.
# See https://github.com/curl/trurl/discussions/244#discussioncomment-7436369
postPatch = ''
substituteInPlace version.h --replace 0.8 0.10
'';
outputs = [ "out" "dev" "man" ];
separateDebugInfo = stdenv.isLinux;