mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python3Packages.zfec: add pythonImportsCheck
This commit is contained in:
parent
0d3fcab2a0
commit
0f7a65dcbe
@ -24,6 +24,8 @@ buildPythonPackage rec {
|
||||
sed -i -e '/argparse/d' setup.py
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "zfec" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/tahoe-lafs/zfec";
|
||||
description = "Zfec, a fast erasure codec which can be used with the command-line, C, Python, or Haskell";
|
||||
|
Loading…
Reference in New Issue
Block a user