Merge branch 'master' into staging-next
Fixes eval on darwin after #69072 Resolved conflict in pkgs/tools/security/thc-hydra/default.nix Basically had to reverta1c0e10564which adapts #69210 to master that doesn't yet have329a88efa7Tested using maintainers/scripts/eval-release.sh before and after to see that the fix works
This commit is contained in:
@@ -593,4 +593,8 @@ self: super: builtins.intersectAttrs super {
|
||||
http-download = dontCheck super.http-download;
|
||||
pantry = dontCheck super.pantry;
|
||||
|
||||
# Hadolint wants to build a statically linked binary by default.
|
||||
hadolint = overrideCabal super.hadolint (drv: {
|
||||
preConfigure = "sed -i -e /ld-options:/d hadolint.cabal";
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user