mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
valgrind: fix build for musl
Fixes: c9c5db6314 ("valgrind: 3.25.1 -> 3.26.0")
This commit is contained in:
parent
c79169938f
commit
2878a4f052
|
|
@ -25,6 +25,12 @@ stdenv.mkDerivation rec {
|
|||
url = "https://bugsfiles.kde.org/attachment.cgi?id=148912";
|
||||
sha256 = "Za+7K93pgnuEUQ+jDItEzWlN0izhbynX2crSOXBBY/I=";
|
||||
})
|
||||
# https://bugs.kde.org/show_bug.cgi?id=511548
|
||||
(fetchpatch {
|
||||
url = "https://bugsfiles.kde.org/attachment.cgi?id=186435";
|
||||
hash = "sha256-Ifsg3Hr78umZR5nwy9DOY8bB59wp8EtV+fYm+h8sk9k=";
|
||||
})
|
||||
|
||||
# Fix build on armv7l.
|
||||
# see also https://bugs.kde.org/show_bug.cgi?id=454346
|
||||
(fetchpatch {
|
||||
|
|
|
|||
Loading…
Reference in a new issue