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 = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
|
||||||
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6
|
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.
|
# Not on Hackage.
|
||||||
|
@ -12168,7 +12168,6 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "A pure haskell drawing engine";
|
description = "A pure haskell drawing engine";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ReadArgs" = callPackage
|
"ReadArgs" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user