mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
valgrind: backport x86_64-unknown-linux-musl fix
Fixes: 4f72341536 ("valgrind: 3.26.0 -> 3.27.0")
This commit is contained in:
parent
1f2a60a8e6
commit
7ac506e79f
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue