Merge pull request #265981 from wegank/root-patches-drop

root: drop patches

authored by

Weijia Wang and committed by
GitHub
c97fbef1 4212c65b

-12
-12
pkgs/applications/science/misc/root/default.nix
··· 110 110 111 111 patches = [ 112 112 ./sw_vers.patch 113 - # glibc >=2.38 already has strlcat implemented. 114 - # merged upstream, remove on next package bump. 115 - (fetchpatch { 116 - url = "https://github.com/root-project/root/commit/8fb0e35446ed67c9d56639b4708c8f05459b7f84.patch"; 117 - hash = "sha256-7EabmYanqlQsYSQsi+S9eWs1v1pY6MncopL420Y3D4w="; 118 - }) 119 - ] ++ lib.optionals (python.pkgs.pythonAtLeast "3.11") [ 120 - # Fix build against Python 3.11 121 - (fetchpatch { 122 - url = "https://github.com/root-project/root/commit/484deb056dacf768aba4954073b41105c431bffc.patch"; 123 - hash = "sha256-4qur2e3SxMIPgOg4IjlvuULR2BObuP7xdvs+LmNT2/s="; 124 - }) 125 113 ]; 126 114 127 115 preConfigure = ''