mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-26 01:40:33 +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
```