haskell-system-canonicalpath: fix build by disabling the test suite

This commit is contained in:
Peter Simons 2015-02-04 12:52:24 +01:00
parent 7ce799f0f8
commit 638ea434cb

View file

@ -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.