haskell-rasterific-svg: fix build by disabling the test suite
This commit is contained in:
parent
507f65fae1
commit
22b52f2cea
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue