3
0
Fork 0
forked from mirrors/nixpkgs

zfec: Enable on PyPy.

This commit is contained in:
Corbin 2019-02-11 18:29:15 -08:00 committed by Frederik Rietdijk
parent 3c04844d18
commit 8488e205a1

View file

@ -3,13 +3,11 @@
, fetchPypi
, setuptoolsDarcs
, pyutil
, isPyPy
}:
buildPythonPackage rec {
pname = "zfec";
version = "1.5.3";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;