patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH] Fix valgrind build with Musl
@ 2022-05-18 12:19 Ivan Nikolaenko
  2022-05-18 13:43 ` Alyssa Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Nikolaenko @ 2022-05-18 12:19 UTC (permalink / raw)
  To: devel; +Cc: Ivan Nikolaenko

Musl does not support __THROW macro, so need to define
this empty.

Signed-off-by: Ivan Nikolaenko <ivan.nikolaenko@unikie.com>
---
 pkgs/development/tools/analysis/valgrind/default.nix | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pkgs/development/tools/analysis/valgrind/default.nix b/pkgs/development/tools/analysis/valgrind/default.nix
index 6e736df235f..8e04e0c8520 100644
--- a/pkgs/development/tools/analysis/valgrind/default.nix
+++ b/pkgs/development/tools/analysis/valgrind/default.nix
@@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
       url = "https://bugsfiles.kde.org/attachment.cgi?id=143535";
       sha256 = "036zyk30rixjvpylw3c7n171n4gpn6zcp7h6ya2dz4h5r478l9i6";
     })
+    (fetchpatch {
+      url = "https://bugsfiles.kde.org/attachment.cgi?id=148912";
+      sha256 = "Za+7K93pgnuEUQ+jDItEzWlN0izhbynX2crSOXBBY/I=";
+    })
   ];
 
   outputs = [ "out" "dev" "man" "doc" ];
-- 
2.25.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-18 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 12:19 [PATCH] Fix valgrind build with Musl Ivan Nikolaenko
2022-05-18 13:43 ` Alyssa Ross

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).