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