mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
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
|
||||
];
|
||||
extraLibraries = [ icu ];
|
||||
doCheck = !self.stdenv.isDarwin;
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/text-icu";
|
||||
description = "Bindings to the ICU library";
|
||||
|
|
Loading…
Reference in a new issue