Loading pkgs/development/python-modules/nampa/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, pythonOlder, setuptools, unstableGitUpdater, }: buildPythonPackage rec { Loading @@ -27,6 +28,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "nampa" ]; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "Python implementation of the FLIRT technology"; homepage = "https://github.com/thebabush/nampa"; Loading Loading
pkgs/development/python-modules/nampa/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, pythonOlder, setuptools, unstableGitUpdater, }: buildPythonPackage rec { Loading @@ -27,6 +28,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "nampa" ]; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "Python implementation of the FLIRT technology"; homepage = "https://github.com/thebabush/nampa"; Loading