mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-store: disable test suite to fix build with recent versions of smallcheck
This commit is contained in:
parent
6922808372
commit
4ab8999891
1 changed files with 3 additions and 0 deletions
|
@ -998,4 +998,7 @@ self: super: {
|
|||
genvalidity-property = doJailbreak super.genvalidity-property;
|
||||
path = dontCheck super.path;
|
||||
|
||||
# Duplicate instance with smallcheck.
|
||||
store = dontCheck super.store;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue