python3Packages.django-pattern-library: fix build, add missing dependency

https://hydra.nixos.org/build/305643323
This commit is contained in:
Peder Bergebakken Sundt
2025-09-07 14:56:14 +02:00
parent 95866f70fa
commit 07d5aa778e
@@ -15,6 +15,7 @@
beautifulsoup4,
pytestCheckHook,
pytest-django,
mkdocs,
}:
buildPythonPackage rec {
@@ -41,6 +42,7 @@ buildPythonPackage rec {
beautifulsoup4
pytestCheckHook
pytest-django
mkdocs # only needed for jinja2, we don't build docs
];
env.DJANGO_SETTINGS_MODULE = "tests.settings.dev";