python3Packages.sacremoses: enable on all Unix platforms
This commit is contained in:
parent
e0f5a283d2
commit
3e6f7d3b31
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/alvations/sacremoses";
|
homepage = "https://github.com/alvations/sacremoses";
|
||||||
description = "Python port of Moses tokenizer, truecaser and normalizer";
|
description = "Python port of Moses tokenizer, truecaser and normalizer";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ pashashocky ];
|
maintainers = with maintainers; [ pashashocky ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user