rPackages.cisPath: fix build

This commit is contained in:
László Kupcsik 2024-05-28 22:17:11 +02:00
parent f90460c953
commit 99216362bf

View File

@ -1203,6 +1203,10 @@ let
patchPhase = "patchShebangs configure";
});
cisPath = old.cisPath.overrideAttrs (attrs: {
hardeningDisable = [ "format" ];
});
rGADEM = old.rGADEM.overrideAttrs (attrs: {
hardeningDisable = [ "format" ];
});