mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03: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 New Issue
Block a user