Skip to content

Commit

Permalink
Merge pull request #86161 from zowoq/hadolint
Browse files Browse the repository at this point in the history
haskellPackages.hadolint: mark unbroken, remove override
  • Loading branch information
cdepillabout committed Apr 28, 2020
2 parents a985402 + 00d0db8 commit 7535e46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5338,7 +5338,6 @@ broken-packages:
- haddock-leksah
- haddock-test
- haddocset
- hadolint
- hadoop-formats
- hadoop-rpc
- hadoop-tools
Expand Down
5 changes: 0 additions & 5 deletions pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -628,11 +628,6 @@ 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";
});

# gtk2hs-buildtools is listed in setupHaskellDepends, but we
# need it during the build itself, too.
cairo = addBuildTool super.cairo self.buildHaskellPackages.gtk2hs-buildtools;
Expand Down

0 comments on commit 7535e46

Please sign in to comment.