haskell-yesod-core: disable test suite to fix the build

wip/yesman
Peter Simons 3 years ago
parent 3f71dc8e34
commit 3bf6360f7b
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1534,4 +1534,7 @@ self: super: {
skylighting = self.skylighting_0_10_2;
skylighting-core = self.skylighting-core_0_10_2;
# https://github.com/yesodweb/yesod/issues/1714
yesod-core = dontCheck super.yesod-core;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save