mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
haskell-nanospec: disable tests to break infinite recursion
This commit is contained in:
parent
4bf92d39c0
commit
0838eabbea
|
@ -35,6 +35,7 @@ self: super: {
|
|||
HTTP = dontCheck super.HTTP;
|
||||
mwc-random = dontCheck super.mwc-random;
|
||||
nanospec = dontCheck super.nanospec;
|
||||
nanospec_0_2_0 = dontCheck super.nanospec_0_2_0;
|
||||
options_1_2_1 = dontCheck super.options_1_2_1;
|
||||
options_1_2 = dontCheck super.options_1_2;
|
||||
options = dontCheck super.options;
|
||||
|
|
Loading…
Reference in a new issue