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

python3Packages.validphys2: add missing dependencies

Those are needed for the report generation.

authored by

Dmitry Kalinkin and committed by
Robert Schütz
fa1d382b 229fec87

+10
+10
pkgs/development/python-modules/validphys2/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 + , lhapdf 3 4 , nnpdf 5 + , prompt-toolkit 4 6 , reportengine 7 + , requests 8 + , seaborn 9 + , validobj 5 10 }: 6 11 7 12 buildPythonPackage rec { ··· 26 21 ''; 27 22 28 23 propagatedBuildInputs = [ 24 + lhapdf 29 25 nnpdf 26 + prompt-toolkit 30 27 reportengine 28 + requests 29 + seaborn 30 + validobj 31 31 ]; 32 32 33 33 doCheck = false; # no tests