diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2023-09-01 08:30:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-01 08:30:48 +0200 |
| commit | 0caa63647017eb3a00fca869dc4aa71d583826b1 (patch) | |
| tree | ac7c9d7ceb6b4f919a097651bae1856f49adba90 | |
| parent | python3Packages.pyhepmc: add changelog to meta (diff) | |
| download | nixpkgs-origin/pr/pyhepmc_init.tar.gz | |
python3Packages.pyhepmc: add disabledorigin/pr/pyhepmc_init
| -rw-r--r-- | pkgs/development/python-modules/pyhepmc/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pyhepmc/default.nix b/pkgs/development/python-modules/pyhepmc/default.nix index c9acc09b7350..7e59dbf9b112 100644 --- a/pkgs/development/python-modules/pyhepmc/default.nix +++ b/pkgs/development/python-modules/pyhepmc/default.nix @@ -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; |
