python3Packages.validphys2: add missing dependencies

Those are needed for the report generation.
This commit is contained in:
Dmitry Kalinkin
2022-06-07 15:20:12 -07:00
committed by Robert Schütz
parent 229fec8739
commit fa1d382bd6
@@ -1,7 +1,12 @@
{ lib
, buildPythonPackage
, lhapdf
, nnpdf
, prompt-toolkit
, reportengine
, requests
, seaborn
, validobj
}:
buildPythonPackage rec {
@@ -21,8 +26,13 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [
lhapdf
nnpdf
prompt-toolkit
reportengine
requests
seaborn
validobj
];
doCheck = false; # no tests