3
0
Fork 0
forked from mirrors/nixpkgs

haskell-c2hs: the test suite errors have been fixed

See https://github.com/NixOS/nixpkgs/issues/6343 for details.
This commit is contained in:
Peter Simons 2015-02-22 20:58:23 +01:00
parent d88ae678c3
commit e33b739401

View file

@ -513,9 +513,6 @@ self: super: {
# https://github.com/vincenthz/hs-asn1/issues/12
asn1-encoding = dontCheck super.asn1-encoding;
# https://github.com/NixOS/nixpkgs/issues/6343
c2hs = dontCheck super.c2hs;
# wxc needs help deciding which version of GTK to use.
wxc = overrideCabal (super.wxc.override { wxGTK = pkgs.wxGTK29; }) (drv: {
patches = [ ./wxc-no-ldconfig.patch ];