forked from mirrors/nixpkgs
zfec: Enable on PyPy.
This commit is contained in:
parent
3c04844d18
commit
8488e205a1
|
@ -3,13 +3,11 @@
|
|||
, fetchPypi
|
||||
, setuptoolsDarcs
|
||||
, pyutil
|
||||
, isPyPy
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zfec";
|
||||
version = "1.5.3";
|
||||
disabled = isPyPy;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue