A simple typo I saw :)

-- 
Cyprien/Fulax
From 8fe2196068fb340e47a3bc1be3a2caae6c646735 Mon Sep 17 00:00:00 2001
From: Cyprien Nicolas <cypr...@nicolas.tf>
Date: Mon, 7 Apr 2014 11:09:58 +0200
Subject: [PATCH 1/2] Add missing space between funcall and string argument

* gnu/packages/scheme.scm (hop): Add missing space.
---
 gnu/packages/scheme.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 3d9e3b5..3f3a565 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -222,7 +222,7 @@ between Scheme and C# programs.")
           (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)
-- 
1.8.3.1

Attachment: signature.asc
Description: Digital signature

Reply via email to