tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
root: drop patches
Weijia Wang
2 years ago
5827957a
7bc5f9bb
-12
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
misc
root
default.nix
-12
pkgs/applications/science/misc/root/default.nix
reviewed
···
110
110
111
111
patches = [
112
112
./sw_vers.patch
113
113
-
# glibc >=2.38 already has strlcat implemented.
114
114
-
# merged upstream, remove on next package bump.
115
115
-
(fetchpatch {
116
116
-
url = "https://github.com/root-project/root/commit/8fb0e35446ed67c9d56639b4708c8f05459b7f84.patch";
117
117
-
hash = "sha256-7EabmYanqlQsYSQsi+S9eWs1v1pY6MncopL420Y3D4w=";
118
118
-
})
119
119
-
] ++ lib.optionals (python.pkgs.pythonAtLeast "3.11") [
120
120
-
# Fix build against Python 3.11
121
121
-
(fetchpatch {
122
122
-
url = "https://github.com/root-project/root/commit/484deb056dacf768aba4954073b41105c431bffc.patch";
123
123
-
hash = "sha256-4qur2e3SxMIPgOg4IjlvuULR2BObuP7xdvs+LmNT2/s=";
124
124
-
})
125
113
];
126
114
127
115
preConfigure = ''