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