mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
mailman-wrapper: crazy hack to work around the missing urllib3 dependency
Please remove the explicit urllib3 dependency from this expression again once https://github.com/NixOS/nixpkgs/issues/79222 is fixed.
This commit is contained in:
parent
5717f312a4
commit
ce6b2419be
1 changed files with 1 additions and 1 deletions
|
@ -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 ] ++ archivers)}
|
||||
--set PYTHONPATH ${makePythonPath ([ mailman python3.pkgs.urllib3 ] ++ archivers)}
|
||||
done
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue