mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
rPackages.cisPath: fix build
This commit is contained in:
parent
f90460c953
commit
99216362bf
@ -1203,6 +1203,10 @@ let
|
||||
patchPhase = "patchShebangs configure";
|
||||
});
|
||||
|
||||
cisPath = old.cisPath.overrideAttrs (attrs: {
|
||||
hardeningDisable = [ "format" ];
|
||||
});
|
||||
|
||||
rGADEM = old.rGADEM.overrideAttrs (attrs: {
|
||||
hardeningDisable = [ "format" ];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user