Disable simpleparse on python3 and pypy
This commit is contained in:
parent
a45acf1b29
commit
6938b79de8
@ -9663,6 +9663,8 @@ let
|
||||
version = "2.1.1";
|
||||
name = "simpleparse-${version}";
|
||||
|
||||
disabled = isPy3k || isPyPy;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/S/SimpleParse/SimpleParse-${version}.tar.gz";
|
||||
sha256 = "1n8msk71lpl3kv086xr2sv68ppgz6228575xfnbszc6p1mwr64rg";
|
||||
|
Loading…
Reference in New Issue
Block a user