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,
|
stdenvNoCC,
|
||||||
lib,
|
lib,
|
||||||
setuptools,
|
setuptools,
|
||||||
|
psycopg2,
|
||||||
}: let
|
}: let
|
||||||
source = builtins.fromJSON (builtins.readFile ./source.json);
|
source = builtins.fromJSON (builtins.readFile ./source.json);
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
|
@ -49,6 +50,7 @@
|
||||||
wheel
|
wheel
|
||||||
setuptools
|
setuptools
|
||||||
(callPackage ../python/instagram.nix {})
|
(callPackage ../python/instagram.nix {})
|
||||||
|
psycopg2
|
||||||
]);
|
]);
|
||||||
in
|
in
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
|
|
Reference in a new issue