hepmc: rename to hepmc2

This commit is contained in:
Dmitry Kalinkin
2019-08-05 16:54:56 -04:00
parent d046fb8ea9
commit ecef988054
10 changed files with 18 additions and 17 deletions

View File

@@ -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