* gnu/packages/freedesktop.scm (exempi)[native-inputs]: Add valgrind.
---
gnu/packages/freedesktop.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 0c8f97f6b..1acf9abd8 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -55,6 +55,7 @@
#:use-module (gnu packages polkit)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
+ #:use-module (gnu packages valgrind)
#:use-module (gnu packages xml)
#:use-module (gnu packages xdisorg)
#:use-module (gnu packages xorg))
@@ -418,7 +419,8 @@ multiplexer to the KMS/DRM Linux kernel devices.")
`(#:configure-flags (list (string-append "--with-boost="
(assoc-ref %build-inputs "boost")))))
(native-inputs
- `(("boost" ,boost))) ; tests
+ `(("boost" ,boost) ; tests
+ ("valgrind" ,valgrind))) ; tests
(inputs
`(("expat" ,expat)
("zlib" ,zlib)))