nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.cnvkit: fix build

authored by

Jonathan Ringer and committed by
Jon
58134d63 26dea04e

+4
+4
pkgs/development/python-modules/cnvkit/default.nix
··· 6 6 , biopython 7 7 , numpy 8 8 , scipy 9 + , scikitlearn 9 10 , pandas 10 11 , matplotlib 11 12 , reportlab ··· 30 29 biopython 31 30 numpy 32 31 scipy 32 + scikitlearn 33 33 pandas 34 34 matplotlib 35 35 reportlab ··· 45 43 substituteInPlace setup.py \ 46 44 --replace "pandas >= 0.20.1, < 0.25.0" "pandas" 47 45 ''; 46 + 47 + pythonImportsCheck = [ "cnvlib" ]; 48 48 49 49 meta = with lib; { 50 50 homepage = "https://cnvkit.readthedocs.io";