* [PATCH] gnu: exempi: Enable more tests.
@ 2017-01-23 22:14 Danny Milosavljevic
2017-01-24 21:05 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2017-01-23 22:14 UTC (permalink / raw)
To: guix-devel
* 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)))
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: exempi: Enable more tests.
2017-01-23 22:14 [PATCH] gnu: exempi: Enable more tests Danny Milosavljevic
@ 2017-01-24 21:05 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-01-24 21:05 UTC (permalink / raw)
To: Danny Milosavljevic; +Cc: guix-devel
Danny Milosavljevic <dannym@scratchpost.org> skribis:
> * gnu/packages/freedesktop.scm (exempi)[native-inputs]: Add valgrind.
LGTM, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-24 21:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23 22:14 [PATCH] gnu: exempi: Enable more tests Danny Milosavljevic
2017-01-24 21:05 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.