diff options
Diffstat (limited to 'gnu/packages/perl-check.scm')
-rw-r--r-- | gnu/packages/perl-check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm index 8a0c64884e..8fc434a29e 100644 --- a/gnu/packages/perl-check.scm +++ b/gnu/packages/perl-check.scm @@ -1409,7 +1409,7 @@ reported, and the tests skipped.") (native-inputs (list perl-module-build)) (propagated-inputs - (list perl-path-tiny perl-test-trap valgrind)) + (list perl-path-tiny perl-test-trap valgrind/pinned)) (home-page "https://metacpan.org/release/Test-RunValgrind") (synopsis "Tests that an external program is valgrind-clean") (description "Test::RunValgind checks weather Valgrind does not detect |