trurl: drop now-obsolete postPatch

This was only an issue with the 0.9 release, which has been corrected
with 0.10 since then.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-02-20 19:33:21 +01:00
parent e4af98e127
commit 5d87212871
No known key found for this signature in database
GPG key ID: 6817E9C75C0785D7

View file

@ -11,13 +11,6 @@ stdenv.mkDerivation rec {
hash = "sha256-/eivtsxNzW6IlX08Zfnj06C1kdaaRs4yvqLlbBuo8ec="; 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" ]; outputs = [ "out" "dev" "man" ];
separateDebugInfo = stdenv.isLinux; separateDebugInfo = stdenv.isLinux;