mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
mailmanPackages: pin to django_3
This commit is contained in:
parent
7cb5d0503c
commit
84f6a6755a
|
@ -2,6 +2,8 @@
|
|||
|
||||
python3.override {
|
||||
packageOverrides = self: super: {
|
||||
django = super.django_3;
|
||||
|
||||
# does not find tests
|
||||
alembic = super.alembic.overridePythonAttrs (oldAttrs: {
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue