File tree 1 file changed +0
-7
lines changed
cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ hooks =
116
116
, (" graphviz" , set (testDepends . system . contains (pkg " graphviz" )) True )
117
117
, (" gtk3" , gtk3Hook)
118
118
, (" gtkglext" , gtkglextHook)
119
- , (" haddock" , haddockHook) -- https://github.com/haskell/haddock/issues/511
120
119
, (" hakyll" , set (testDepends . tool . contains (pkg " util-linux" )) True ) -- test suite depends on "rev"
121
120
, (" haskell-src-exts" , set doCheck False )
122
121
, (" hfsevents" , hfseventsOverrides)
@@ -217,12 +216,6 @@ gtk3Hook :: Derivation -> Derivation -- https://github.com/NixOS/cabal2nix/is
217
216
gtk3Hook = set (libraryDepends . pkgconfig . contains (pkg " gtk3" )) True
218
217
. over (libraryDepends . pkgconfig) (Set. filter (\ b -> view localName b /= " gtk3" ))
219
218
220
- haddockHook :: Derivation -> Derivation
221
- haddockHook = set doCheck False
222
- . set phaseOverrides " preCheck = \" unset GHC_PACKAGE_PATH\" ;"
223
- . over (dependencies . haskell) (Set. filter (\ b -> view localName b /= " haddock-test" ))
224
- . set (metaSection . broken) False
225
-
226
219
hfusePreConfigure :: String
227
220
hfusePreConfigure = unlines
228
221
[ " preConfigure = ''"
You can’t perform that action at this time.
0 commit comments