11 buildPythonPackage rec {
14 format = "setuptools";
17 description = "Simple, powerfull and nonobstructive django email middleware";
18 homepage = "https://github.com/bameda/djmail";
19 license = lib.licenses.bsd3;
23 inherit pname version;
24 sha256 = "cf3ce7626305d218a8bf2b6a219266ef8061aceeefc1c70a54170f4105465202";
27 nativeBuildInputs = [ glibcLocales ];
29 LC_ALL = "en_US.UTF-8";
31 propagatedBuildInputs = [
37 # django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.