From 72a0c95013d73a6158dbc90ce71e27aaecede837 Mon Sep 17 00:00:00 2001 From: Cyprien Nicolas Date: Mon, 7 Apr 2014 11:09:58 +0200 Subject: Add missing space between funcall and string argument MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/scheme.scm (hop): Add missing space. Signed-off-by: Ludovic Courtès --- gnu/packages/scheme.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/scheme.scm') diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 3d9e3b54dc..3f3a5658fb 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -222,7 +222,7 @@ (define-public hop (let ((out (assoc-ref outputs "out"))) (zero? (system* "./configure" - (string-append"--prefix=" out))))) + (string-append "--prefix=" out))))) (alist-cons-after 'strip 'patch-rpath (lambda* (#:key outputs #:allow-other-keys) -- cgit v1.2.3