haskell-Rasterific: fix build by disabling the test suite
This commit is contained in:
parent
8b59b35dd2
commit
3769fcb6de
@ -448,6 +448,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;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
@ -12168,7 +12168,6 @@ self: {
|
||||
];
|
||||
description = "A pure haskell drawing engine";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ReadArgs" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user