1 { lib, buildPythonPackage, fetchPypi, glibcLocales }:
3 buildPythonPackage rec {
9 sha256 = "a039f89014245e0cad8858976293e23501accc9ff5a7bdbc739a14a2b7b85cdc";
14 buildInputs = [ glibcLocales ];
17 homepage = "https://pypi.python.org/pypi/Unidecode/";
18 description = "ASCII transliterations of Unicode text";
19 license = licenses.gpl2;
20 maintainers = with maintainers; [ domenkozar ];