Disable configparser backport on pypy.
This commit is contained in:
parent
1a1fc17957
commit
28f4ef2a5f
@ -1600,6 +1600,10 @@ let
|
||||
name = "configparser-${version}";
|
||||
version = "3.3.0r2";
|
||||
|
||||
# running install_egg_info
|
||||
# error: [Errno 9] Bad file descriptor: '<stdout>'
|
||||
disabled = isPyPy;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/c/configparser/${name}.tar.gz";
|
||||
sha256 = "6a2318590dfc4013fc5bf53c2bec14a8cb455a232295eb282a13f94786c4b0b2";
|
||||
|
Loading…
Reference in New Issue
Block a user