8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "14b6xjm497wrfw4kv24zhsvz2l6zknvx36w8i754hfwz3s3fsl6a";
19 propagatedBuildInputs = [
28 # https://github.com/thebabush/nampa/pull/13
29 substituteInPlace setup.py \
30 --replace "0.1.1" "${version}"
33 pythonImportsCheck = [ "nampa" ];
36 description = "Python implementation of the FLIRT technology";
37 homepage = "https://github.com/thebabush/nampa";
38 license = licenses.lgpl3Only;
39 maintainers = with maintainers; [ fab ];