8 buildPythonPackage rec {
11 format = "setuptools";
15 src = fetchFromGitHub {
19 sha256 = "0pkna0kvmq1cp4rx3dnzxsvvlxxngryp77k42wkyw2phv19a2mjd";
23 substituteInPlace setup.py \
24 --replace "pytest-runner" ""
32 description = "Correlation vector implementation in python";
33 homepage = "https://github.com/OpenXbox/ms_cv";
34 license = licenses.mit;
35 maintainers = with maintainers; [ dotlambda ];