valgrind: fix build for Glibc
Add missing include.
Fixes: 2878a4f052 ("valgrind: fix build for musl")
Closes: https://github.com/NixOS/nixpkgs/pull/457933
This commit is contained in:
@@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
# https://bugs.kde.org/show_bug.cgi?id=511548
|
||||
(fetchpatch {
|
||||
url = "https://bugsfiles.kde.org/attachment.cgi?id=186435";
|
||||
hash = "sha256-Ifsg3Hr78umZR5nwy9DOY8bB59wp8EtV+fYm+h8sk9k=";
|
||||
url = "https://bugsfiles.kde.org/attachment.cgi?id=186451";
|
||||
hash = "sha256-IGmyHwwGoy00hcz3XxQSDcwcU8zHLBJ9dfqTvWDQ520=";
|
||||
})
|
||||
|
||||
# Fix build on armv7l.
|
||||
|
||||
Reference in New Issue
Block a user