3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.hepmc3: fix build

This commit is contained in:
Weijia Wang 2023-05-09 11:28:25 +03:00
parent 7026085169
commit d63d6cb660

View file

@ -122,6 +122,12 @@ stdenv.mkDerivation rec {
patches = [
./sw_vers.patch
] ++ lib.optionals (python.pkgs.pythonAtLeast "3.11") [
# Fix build against Python 3.11
(fetchpatch {
url = "https://github.com/root-project/root/commit/484deb056dacf768aba4954073b41105c431bffc.patch";
hash = "sha256-4qur2e3SxMIPgOg4IjlvuULR2BObuP7xdvs+LmNT2/s=";
})
];
# Fix build against vanilla LLVM 9