mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
haskell-text-icu: this package is broken on Darwin
See <https://github.com/bos/text-icu/issues/6>.
This commit is contained in:
parent
77a31ddec1
commit
f226e6c40c
|
@ -14,11 +14,12 @@ 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";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.linux;
|
||||
broken = self.stdenv.isDarwin; # https://github.com/bos/text-icu/issues/6
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue