pythonPackages: fix pyutil on pypy platform

This commit is contained in:
Rok Garbas 2015-09-01 11:09:35 +02:00
parent 9013dc5826
commit dbc6c2be3f

View file

@ -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";