python3Packages.validphys2: add missing dependencies
Those are needed for the report generation.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user