Add missing dependencies to default.nix

This commit is contained in:
Andrey Golovizin 2020-03-10 21:53:07 +01:00
parent 0a67324428
commit 5ad8f83ae8

View file

@ -19,6 +19,7 @@ python.mkDerivation {
django-sekizai django-sekizai
django-simple-captcha django-simple-captcha
django-treebeard django-treebeard
djangocms-bootstrap4
djangocms-file djangocms-file
djangocms-googlemap djangocms-googlemap
djangocms-icon djangocms-icon
@ -29,7 +30,8 @@ python.mkDerivation {
djangocms-text-ckeditor djangocms-text-ckeditor
djangocms-video djangocms-video
easy-thumbnails easy-thumbnails
setuptools
gunicorn gunicorn
python-dotenv
setuptools
]; ];
} }