forked from mirrors/nixpkgs
haskell-system-canonicalpath: fix build by disabling the test suite
This commit is contained in:
parent
7ce799f0f8
commit
638ea434cb
|
@ -431,6 +431,9 @@ self: super: {
|
|||
# https://github.com/evanrinehart/mikmod/issues/1
|
||||
mikmod = addExtraLibrary super.mikmod pkgs.libmikmod;
|
||||
|
||||
# https://github.com/d12frosted/CanonicalPath/issues/3
|
||||
system-canonicalpath = dontCheck super.system-canonicalpath;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
|
Loading…
Reference in a new issue