vtk_8: add patch to fix build with gcc10

Closes #108424
This commit is contained in:
ppenguin 2021-01-05 11:23:58 +01:00 committed by Linus Heckemann
parent 4f80e06846
commit d959f1483e
1 changed files with 7 additions and 1 deletions

View File

@ -5,5 +5,11 @@ import ./generic.nix {
patchesToFetch = [{
url = "https://gitlab.kitware.com/vtk/vtk/-/commit/257b9d7b18d5f3db3fe099dc18f230e23f7dfbab.diff";
sha256 = "0qdahp4f4gcaznr28j06d5fyxiis774ys0p335aazf7h51zb8rzy";
}];
}
{
meta.description = "Fix compiling with gcc-10+";
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/sci-libs/vtk/files/vtk-8.2.0-gcc-10.patch?id=c4256f68d3589570443075eccbbafacf661f785f";
sha256 = "0bpwrdfmi15grsg4jy7bzj2z6511a0c160cmw5lsi65aabyh7cl5";
}
];
}