valgrind: fix build for Glibc (#458027)

This commit is contained in:
Grimmauld
2025-11-03 10:45:16 +00:00
committed by GitHub
+2 -2
View File
@@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
}) })
# https://bugs.kde.org/show_bug.cgi?id=511548 # https://bugs.kde.org/show_bug.cgi?id=511548
(fetchpatch { (fetchpatch {
url = "https://bugsfiles.kde.org/attachment.cgi?id=186435"; url = "https://bugsfiles.kde.org/attachment.cgi?id=186451";
hash = "sha256-Ifsg3Hr78umZR5nwy9DOY8bB59wp8EtV+fYm+h8sk9k="; hash = "sha256-IGmyHwwGoy00hcz3XxQSDcwcU8zHLBJ9dfqTvWDQ520=";
}) })
# Fix build on armv7l. # Fix build on armv7l.