mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
haskell-resolv: disable test suite to fix the build
This commit is contained in:
parent
9391f0912f
commit
c7c3f58fad
@ -1008,4 +1008,7 @@ self: super: {
|
|||||||
# https://github.com/strake/lenz-template.hs/issues/1
|
# https://github.com/strake/lenz-template.hs/issues/1
|
||||||
lenz-template = doJailbreak super.lenz-template;
|
lenz-template = doJailbreak super.lenz-template;
|
||||||
|
|
||||||
|
# https://github.com/haskell-hvr/resolv/issues/1
|
||||||
|
resolv = dontCheck super.resolv;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user