python3Packages.sacremoses: enable on all Unix platforms

This commit is contained in:
Daniël de Kok 2020-08-05 09:03:26 +02:00
parent e0f5a283d2
commit 3e6f7d3b31

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
homepage = "https://github.com/alvations/sacremoses";
description = "Python port of Moses tokenizer, truecaser and normalizer";
license = licenses.lgpl21Plus;
platforms = [ "x86_64-linux" ];
platforms = platforms.unix;
maintainers = with maintainers; [ pashashocky ];
};
}