Add missing dependencies to default.nix
This commit is contained in:
parent
0a67324428
commit
5ad8f83ae8
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue