Loading pkgs/by-name/fi/fittrackee/package.nix +33 −29 Original line number Diff line number Diff line { lib , python3 , fetchFromGitHub , fetchPypi , postgresql , postgresqlTestHook { fetchFromGitHub, fetchPypi, lib, postgresql, postgresqlTestHook, python3, }: let python = python3.override { Loading Loading @@ -53,7 +54,9 @@ python.pkgs.buildPythonApplication rec { "pyopenssl" ]; dependencies = with python.pkgs; [ dependencies = with python.pkgs; [ authlib babel click Loading @@ -75,7 +78,8 @@ python.pkgs.buildPythonApplication rec { sqlalchemy staticmap ua-parser ] ++ dramatiq.optional-dependencies.redis ] ++ dramatiq.optional-dependencies.redis ++ flask-limiter.optional-dependencies.redis; pythonImportsCheck = [ "fittrackee" ]; Loading Loading
pkgs/by-name/fi/fittrackee/package.nix +33 −29 Original line number Diff line number Diff line { lib , python3 , fetchFromGitHub , fetchPypi , postgresql , postgresqlTestHook { fetchFromGitHub, fetchPypi, lib, postgresql, postgresqlTestHook, python3, }: let python = python3.override { Loading Loading @@ -53,7 +54,9 @@ python.pkgs.buildPythonApplication rec { "pyopenssl" ]; dependencies = with python.pkgs; [ dependencies = with python.pkgs; [ authlib babel click Loading @@ -75,7 +78,8 @@ python.pkgs.buildPythonApplication rec { sqlalchemy staticmap ua-parser ] ++ dramatiq.optional-dependencies.redis ] ++ dramatiq.optional-dependencies.redis ++ flask-limiter.optional-dependencies.redis; pythonImportsCheck = [ "fittrackee" ]; Loading