haskell-Rasterific: fix build by disabling the test suite

This commit is contained in:
Peter Simons 2015-02-08 13:07:58 +01:00
parent 8b59b35dd2
commit 3769fcb6de
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -12168,7 +12168,6 @@ self: {
];
description = "A pure haskell drawing engine";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ReadArgs" = callPackage