haskellPackages.nettle: Fix build

wip/yesman
Malte Brandy 4 years ago committed by Peter Simons
parent 464b6435bd
commit 996775e9cb
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -1419,4 +1419,8 @@ self: super: {
# 2020-11-15: aeson 1.5.4.1 needs to new quickcheck-instances for testing
aeson = dontCheck super.aeson;
# 2020-11-15: nettle tests are pre MonadFail change
# https://github.com/stbuehler/haskell-nettle/issues/10
nettle = dontCheck super.nettle;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save