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/jemalloc.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/jemalloc.scm') diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm index 21a315303b..2e25780257 100644 --- a/gnu/packages/jemalloc.scm +++ b/gnu/packages/jemalloc.scm @@ -91,4 +91,4 @@ fragmentation avoidance and scalable concurrency support.") ;; https://github.com/jemalloc/jemalloc/issues/937 ((#:configure-flags base-configure-flags '()) `(cons "--disable-initial-exec-tls" ,base-configure-flags)))) - (inputs `(("perl" ,perl))))) + (inputs (list perl)))) -- cgit v1.2.3