3
0
Fork 0
forked from mirrors/nixpkgs

haskell-system-canonicalpath: test suite has been fixed

This commit is contained in:
Peter Simons 2015-02-22 22:17:10 +01:00
parent d67a076707
commit c0db1fec7c

View file

@ -450,9 +450,6 @@ 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;
# https://github.com/basvandijk/threads/issues/10
threads = dontCheck super.threads;