mailman: remove obsolete substitution

This commit is contained in:
Alyssa Ross
2024-01-22 13:17:01 +01:00
parent 7016fa4559
commit c3b2d5e5db
-3
View File
@@ -61,9 +61,6 @@ buildPythonPackage rec {
];
postPatch = ''
substituteInPlace setup.py \
--replace "alembic>=1.6.2,<1.7" "alembic>=1.6.2"
substituteInPlace src/mailman/config/postfix.cfg \
--replace /usr/sbin/postmap ${postfix}/bin/postmap
substituteInPlace src/mailman/config/schema.cfg \