Unverified Commit 46633d7b authored by Michael Daniels's avatar Michael Daniels
Browse files

python3Packages.nampa: fix updateScript

parent 52c03276
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  pythonOlder,
  setuptools,
  unstableGitUpdater,
}:

buildPythonPackage rec {
@@ -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";