mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 17:10:27 +00:00
haskell-sets can't compile its test suite.
This commit is contained in:
parent
c8616b488b
commit
7e2da20a97
|
@ -939,4 +939,7 @@ self: super: {
|
||||||
# https://github.com/athanclark/set-with/issues/1
|
# https://github.com/athanclark/set-with/issues/1
|
||||||
set-with = dontCheck super.set-with;
|
set-with = dontCheck super.set-with;
|
||||||
|
|
||||||
|
# https://github.com/athanclark/sets/issues/1
|
||||||
|
sets = dontCheck super.sets;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue