Loading pkgs/development/libraries/gdcm/default.nix +0 −7 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/libraries/gdcm/default.nix +0 −7 Original line number Diff line number Diff line Loading @@ -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 = [ Loading