add psycopg2 to moa

This commit is contained in:
Charlotte 🦝 Delenk 2022-11-02 19:52:23 +01:00
parent 84d1400aa6
commit f05abf03e3
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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 {