Merge pull request #326600 from NixOS/fix_sysdigUnstable

sysdig: fix build
This commit is contained in:
7c6f434c
2024-07-13 09:33:34 +00:00
committed by GitHub
+1 -1
View File
@@ -90,7 +90,7 @@ stdenv.mkDerivation {
bpftools
] ++ lib.optionals (kernel != null) kernel.moduleBuildDependencies;
hardeningDisable = [ "pic" ];
hardeningDisable = [ "pic" "zerocallusedregs" ];
postUnpack = ''
cp -r ${