python3Packages.pyhepmc: add disabled
This commit is contained in:
parent
a6d4008450
commit
0caa636470
@ -8,6 +8,7 @@
|
||||
, pybind11
|
||||
, wheel
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, graphviz
|
||||
}:
|
||||
|
||||
@ -16,6 +17,8 @@ buildPythonPackage rec {
|
||||
version = "2.12.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "scikit-hep";
|
||||
repo = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user