add psycopg2 to moa
This commit is contained in:
parent
84d1400aa6
commit
f05abf03e3
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
stdenvNoCC,
|
||||
lib,
|
||||
setuptools,
|
||||
psycopg2,
|
||||
}: let
|
||||
source = builtins.fromJSON (builtins.readFile ./source.json);
|
||||
src = fetchFromGitLab {
|
||||
|
@ -49,6 +50,7 @@
|
|||
wheel
|
||||
setuptools
|
||||
(callPackage ../python/instagram.nix {})
|
||||
psycopg2
|
||||
]);
|
||||
in
|
||||
stdenvNoCC.mkDerivation {
|
||||
|
|
Reference in a new issue