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