Revert "mailman-wrapper: crazy hack to work around the missing urllib3 dependency"

This reverts commit ce6b2419be, which
was unnecessary (mailman worked just fine on its parent commit).

See #79222.
This commit is contained in:
Alyssa Ross
2020-02-04 15:40:37 +00:00
parent 3931b82775
commit 95de02942f
+1 -1
View File
@@ -15,6 +15,6 @@ runCommand "${mailman.name}-wrapped" {
cd "${mailman}/bin"
for exe in *; do
makeWrapper "${mailman}/bin/$exe" "$out/bin/$exe" \
--set PYTHONPATH ${makePythonPath ([ mailman python3.pkgs.urllib3 ] ++ archivers)}
--set PYTHONPATH ${makePythonPath ([ mailman ] ++ archivers)}
done
''