python3Packages.django-sekizai: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:38:12 +01:00
parent 63c8d0f764
commit a39034a39a
@@ -26,7 +26,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "sekizai" ];
DJANGO_SETTINGS_MODULE = "tests.settings";
env.DJANGO_SETTINGS_MODULE = "tests.settings";
meta = {
description = "Define placeholders where your blocks get rendered and append to those blocks";