Merge pull request #66117 from veprbl/pr/hepmc_2_06_10
hepmc: 2.06.09 -> 2.06.10
This commit is contained in:
@@ -42,9 +42,9 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgs.swig ];
|
||||
buildInputs = [ pkgs.hepmc ];
|
||||
buildInputs = [ pkgs.hepmc2 ];
|
||||
|
||||
HEPMCPATH = pkgs.hepmc;
|
||||
HEPMCPATH = pkgs.hepmc2;
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} test/test1.py
|
||||
|
||||
Reference in New Issue
Block a user