pythonPackages: fix pyutil on pypy platform
This commit is contained in:
parent
9013dc5826
commit
dbc6c2be3f
@ -11756,6 +11756,10 @@ let
|
||||
# package, apparently some kind of plugin.
|
||||
doCheck = false;
|
||||
|
||||
prePatch = optionalString isPyPy ''
|
||||
grep -rl 'utf-8-with-signature-unix' ./ | xargs sed -i -e "s|utf-8-with-signature-unix|utf-8|g"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Pyutil, a collection of mature utilities for Python programmers";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user