Compare commits
No commits in common. "itk_flag" and "main" have entirely different histories.
1 changed files with 1 additions and 5 deletions
|
|
@ -23,11 +23,7 @@ stdenv.mkDerivation {
|
||||||
qt6.wrapQtAppsHook
|
qt6.wrapQtAppsHook
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
(itk.overrideAttrs (
|
itk
|
||||||
finalAttrs: previousAttrs: {
|
|
||||||
cmakeFlags = previousAttrs.cmakeFlags ++ [ "-DModule_MorphologicalContourInterpolation=ON" ];
|
|
||||||
}
|
|
||||||
))
|
|
||||||
vtk
|
vtk
|
||||||
qt6.qtbase
|
qt6.qtbase
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue