mni_autoreg: fix strictDeps build (#394305)

This commit is contained in:
Arne Keller
2025-03-29 18:03:06 +01:00
committed by GitHub
+4 -1
View File
@@ -35,7 +35,10 @@ stdenv.mkDerivation {
"-Wno-error=incompatible-pointer-types"
];
cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/cmake" ];
cmakeFlags = [
"-DLIBMINC_DIR=${libminc}/lib/cmake"
(lib.cmakeFeature "PERL_EXECUTABLE" (lib.getExe perlPackages.perl))
];
# testing broken: './minc_wrapper: Permission denied' from Testing/ellipse0.mnc
postFixup = ''