valgrind: backport x86_64-unknown-linux-musl fix

Fixes: 4f72341536 ("valgrind: 3.26.0 -> 3.27.0")
This commit is contained in:
Alyssa Ross 2026-06-22 22:15:23 +02:00
commit 7ac506e79f
No known key found for this signature in database
GPG key ID: 5B459184230FF0A2

View file

@ -30,6 +30,11 @@ stdenv.mkDerivation rec {
url = "https://bugsfiles.kde.org/attachment.cgi?id=186451";
hash = "sha256-IGmyHwwGoy00hcz3XxQSDcwcU8zHLBJ9dfqTvWDQ520=";
})
(fetchpatch {
name = "reallocarray-test-musl.patch";
url = "https://sourceware.org/git/?p=valgrind.git;a=patch;h=991961ece87e4cdc0771a05c956c55baa437bb07";
hash = "sha256-U16384rLXMhLE5Em9z8FKYbshPlnq8l9ejC2+epL7M4=";
})
# Fix build on armv7l.
# see also https://bugs.kde.org/show_bug.cgi?id=454346