gdcm: remove unused patch (#429249)

This commit is contained in:
Weijia Wang 2025-07-28 21:41:15 -06:00 committed by GitHub
commit 252396f795
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,13 +34,6 @@ stdenv.mkDerivation (finalAttrs: {
# Fix vtk deprecated api, See https://docs.vtk.org/en/latest/release_details/9.3.html#id13.
# Upstream mailing list: https://sourceforge.net/p/gdcm/mailman/message/59197515.
./fix-vtk-deprecated-api.patch
]
++ lib.optionals (lib.versionOlder vtk.version "9.3") [
(fetchpatch2 {
url = "https://github.com/malaterre/GDCM/commit/3be6c2fa0945c91889bcf06e8c20e88f69692dd5.patch?full_index=1";
hash = "sha256-Yt5f4mxhP5n+L0A/CRq3CxKCqUT7LZ8uKdbCf9P71Zc=";
revert = true;
})
];
cmakeFlags = [