diff options
Diffstat (limited to 'pkgs/pg_activity')
-rw-r--r-- | pkgs/pg_activity/default.nix | 5 | ||||
-rw-r--r-- | pkgs/pg_activity/pg_activity.json | 15 |
2 files changed, 20 insertions, 0 deletions
diff --git a/pkgs/pg_activity/default.nix b/pkgs/pg_activity/default.nix new file mode 100644 index 00000000..a20ee8a4 --- /dev/null +++ b/pkgs/pg_activity/default.nix | |||
@@ -0,0 +1,5 @@ | |||
1 | { python2Packages, mylibs }: | ||
2 | with python2Packages; | ||
3 | buildPythonApplication (mylibs.fetchedGithub ./pg_activity.json // { | ||
4 | propagatedBuildInputs = [ psycopg2 psutil ]; | ||
5 | }) | ||
diff --git a/pkgs/pg_activity/pg_activity.json b/pkgs/pg_activity/pg_activity.json new file mode 100644 index 00000000..4485d9a7 --- /dev/null +++ b/pkgs/pg_activity/pg_activity.json | |||
@@ -0,0 +1,15 @@ | |||
1 | { | ||
2 | "tag": "v1.4.0", | ||
3 | "meta": { | ||
4 | "name": "pg_activity", | ||
5 | "url": "https://github.com/julmon/pg_activity/", | ||
6 | "branch": "refs/tags/v1.4.0" | ||
7 | }, | ||
8 | "github": { | ||
9 | "owner": "julmon", | ||
10 | "repo": "pg_activity", | ||
11 | "rev": "f26ae614c204254a805309026eebd5e9230b0214", | ||
12 | "sha256": "1bmvgrmna7vz2a6vknxm0k19vl9x7l6hn6vpfd7jgd53rz7c9w5p", | ||
13 | "fetchSubmodules": true | ||
14 | } | ||
15 | } | ||