Unverified Commit 252396f7 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

gdcm: remove unused patch (#429249)

parents 27198831 c7a9ebc4
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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 = [