mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
valgrind: backport x86_64-unknown-linux-musl fix (#534368)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user