3
0
Fork 0
forked from mirrors/nixpkgs

haskell-rasterific-svg: fix build by disabling the test suite

This commit is contained in:
Peter Simons 2015-02-08 13:58:26 +01:00
parent 507f65fae1
commit 22b52f2cea

View file

@ -449,8 +449,9 @@ self: super: {
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6
# https://github.com/Twinside/Rasterific/issues/19
Rasterific = dontCheck super.Rasterific;
# Missing files in the test suite stanza.
Rasterific = dontCheck super.Rasterific; # https://github.com/Twinside/Rasterific/issues/19
rasterific-svg = dontCheck super.rasterific-svg; # https://github.com/Twinside/rasterific-svg/issues/1
# https://github.com/utdemir/handsy/issues/5
handsy = dontCheck super.handsy;