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
|
||||
];
|
||||
buildInputs = [
|
||||
(itk.overrideAttrs (
|
||||
finalAttrs: previousAttrs: {
|
||||
cmakeFlags = previousAttrs.cmakeFlags ++ [ "-DModule_MorphologicalContourInterpolation=ON" ];
|
||||
}
|
||||
))
|
||||
itk
|
||||
vtk
|
||||
qt6.qtbase
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue