haskell-tasty-lua: disable test suite to fix the build
This commit is contained in:
parent
142b8b510c
commit
65ca963e0b
@ -1270,4 +1270,7 @@ self: super: {
|
|||||||
# https://github.com/pruvisto/heap/issues/11
|
# https://github.com/pruvisto/heap/issues/11
|
||||||
heap = dontCheck super.heap;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -9127,7 +9127,6 @@ broken-packages:
|
|||||||
- tasty-jenkins-xml
|
- tasty-jenkins-xml
|
||||||
- tasty-laws
|
- tasty-laws
|
||||||
- tasty-lens
|
- tasty-lens
|
||||||
- tasty-lua
|
|
||||||
- tasty-quickcheck-laws
|
- tasty-quickcheck-laws
|
||||||
- tasty-stats
|
- tasty-stats
|
||||||
- tasty-tap
|
- tasty-tap
|
||||||
|
@ -226059,8 +226059,6 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Write tests in Lua, integrate into tasty";
|
description = "Write tests in Lua, integrate into tasty";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"tasty-program" = callPackage
|
"tasty-program" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user