aboutsummaryrefslogtreecommitdiff
path: root/pkgs/pg_activity/default.nix
blob: f47884a2b972d8783c72df38f79277822fcec084 (plain) (blame)
1
2
3
4
5
{ python2Packages, fetchedGithub }:
with python2Packages;
buildPythonApplication (fetchedGithub ./pg_activity.json // {
  propagatedBuildInputs = [ psycopg2 psutil ];
})