haskell-tasty-lua: disable test suite to fix the build

This commit is contained in:
Peter Simons
2019-06-14 13:06:07 +00:00
parent 142b8b510c
commit 65ca963e0b
3 changed files with 3 additions and 3 deletions
@@ -1270,4 +1270,7 @@ self: super: {
# https://github.com/pruvisto/heap/issues/11
heap = dontCheck super.heap;
# https://github.com/hslua/tasty-lua/issues/1
tasty-lua = dontCheck super.tasty-lua;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super