haskell-text-icu: don't run test suite on Darwin
https://github.com/bos/text-icu/issues/6 https://github.com/NixOS/nixpkgs/pull/2254
This commit is contained in:
parent
5dae32553b
commit
abdd87da3c
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||||||
testFrameworkQuickcheck2 text
|
testFrameworkQuickcheck2 text
|
||||||
];
|
];
|
||||||
extraLibraries = [ icu ];
|
extraLibraries = [ icu ];
|
||||||
|
doCheck = !self.stdenv.isDarwin;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/text-icu";
|
homepage = "https://github.com/bos/text-icu";
|
||||||
description = "Bindings to the ICU library";
|
description = "Bindings to the ICU library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user