kytea: enable on darwin

This commit is contained in:
Mario Rodas 2019-07-19 21:18:46 -05:00
parent 46f8ec0278
commit d6fa4ed97a
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
patches = [ ./gcc-O3.patch ];
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-Wno-error=c++11-narrowing";
meta = with stdenv.lib; {
homepage = http://www.phontron.com/kytea/;
description = "General toolkit developed for analyzing text";
@ -24,7 +26,7 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
maintainers = with maintainers; [ ericsagnes ndowens ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}