haskellPackages.hadolint: fix build by disabling static linking
This commit is contained in:
parent
50d128e16c
commit
21977c055d
@ -5218,7 +5218,6 @@ broken-packages:
|
|||||||
- haddock-leksah
|
- haddock-leksah
|
||||||
- haddock-test
|
- haddock-test
|
||||||
- haddocset
|
- haddocset
|
||||||
- hadolint
|
|
||||||
- hadoop-formats
|
- hadoop-formats
|
||||||
- hadoop-rpc
|
- hadoop-rpc
|
||||||
- hadoop-tools
|
- hadoop-tools
|
||||||
|
@ -593,4 +593,8 @@ self: super: builtins.intersectAttrs super {
|
|||||||
http-download = dontCheck super.http-download;
|
http-download = dontCheck super.http-download;
|
||||||
pantry = dontCheck super.pantry;
|
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";
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user