From 8394619baceb118df92e355377fd543bb1aa501a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 13 Dec 2021 17:18:24 +0100 Subject: gnu: Simplify package inputs. This commit was obtained by running: ./pre-inst-env guix style without any additional argument. --- gnu/packages/valgrind.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/valgrind.scm') diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm index e90142b6a7..e044541282 100644 --- a/gnu/packages/valgrind.scm +++ b/gnu/packages/valgrind.scm @@ -74,7 +74,7 @@ (rename-file orig dest) #t)))))) (native-inputs - `(("perl" ,perl))) + (list perl)) (home-page "https://www.valgrind.org/") (synopsis "Debugging and profiling tool suite") (description -- cgit 1.4.1