mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-24 08:50:41 +08:00
Uses python3 specific calls in setup.py:
```
File "setup.py", line 23, in _slurp
with open(path, encoding="utf-8") as fp:
TypeError: 'encoding' is an invalid keyword argument for this function
```