~ruther/guix-local

72a0c95013d73a6158dbc90ce71e27aaecede837 — Cyprien Nicolas 12 years ago d2d8779
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/scheme.scm
M gnu/packages/scheme.scm => gnu/packages/scheme.scm +1 -1
@@ 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)