mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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 New Issue
Block a user