3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

Add missing space between funcall and string argument

* gnu/packages/scheme.scm (hop): Add missing space.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Cyprien Nicolas 2014-04-07 11:09:58 +02:00 committed by Ludovic Courtès
parent d2d8779b21
commit 72a0c95013

View file

@ -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)