haskell-rematch-text: fix build by disabling the test suite
This commit is contained in:
@@ -96493,7 +96493,6 @@ self: {
|
||||
testDepends = [ base hspec HUnit ];
|
||||
description = "A simple api for matchers";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"rematch-text" = callPackage
|
||||
@@ -96506,7 +96505,6 @@ self: {
|
||||
testDepends = [ base hspec HUnit rematch text ];
|
||||
description = "`rematch` matchers for Data.Text";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"remote" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user