mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
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 New Issue
Block a user