haskellPackages.conduit-aeson: remove overrides
Works fine without.
This commit is contained in:
committed by
sternenseemann
parent
5f62371364
commit
034e4a5808
@@ -2393,17 +2393,6 @@ self: super: {
|
||||
doctest-parallel = dontCheck super.doctest-parallel;
|
||||
clash-prelude = dontCheck super.clash-prelude;
|
||||
|
||||
# Ships a broken Setup.hs
|
||||
# https://github.com/lehins/conduit-aeson/issues/1
|
||||
conduit-aeson = overrideCabal (drv: {
|
||||
postPatch = ''
|
||||
${drv.postPatch or ""}
|
||||
rm Setup.hs
|
||||
'';
|
||||
# doctest suite uses doctest-parallel which still doesn't work in nixpkgs
|
||||
testTargets = [ "tests" ];
|
||||
}) super.conduit-aeson;
|
||||
|
||||
hermes-json = overrideCabal (drv: {
|
||||
# Upper bounds are too strict:
|
||||
# https://github.com/velveteer/hermes/pull/22
|
||||
|
||||
Reference in New Issue
Block a user