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-simple-captcha
|
||||
django-treebeard
|
||||
djangocms-bootstrap4
|
||||
djangocms-file
|
||||
djangocms-googlemap
|
||||
djangocms-icon
|
||||
|
|
@ -29,7 +30,8 @@ python.mkDerivation {
|
|||
djangocms-text-ckeditor
|
||||
djangocms-video
|
||||
easy-thumbnails
|
||||
setuptools
|
||||
gunicorn
|
||||
python-dotenv
|
||||
setuptools
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue