diff options
Diffstat (limited to 'gnu/packages/jemalloc.scm')
-rw-r--r-- | gnu/packages/jemalloc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |