unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/2] Add missing space between funcall and string argument
@ 2014-04-07  9:19 Cyprien Nicolas
  2014-04-07  9:21 ` [PATCH 2/2] scheme/bigloo: Fix package description to reflect actual situation Cyprien Nicolas
  2014-04-07  9:49 ` [PATCH 1/2] Add missing space between funcall and string argument Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Cyprien Nicolas @ 2014-04-07  9:19 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 46 bytes --]

A simple typo I saw :)

-- 
Cyprien/Fulax

[-- Attachment #1.2: 0001-Add-missing-space-between-funcall-and-string-argumen.patch --]
[-- Type: text/x-diff, Size: 944 bytes --]

From 8fe2196068fb340e47a3bc1be3a2caae6c646735 Mon Sep 17 00:00:00 2001
From: Cyprien Nicolas <cyprien@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 #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-07  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-07  9:19 [PATCH 1/2] Add missing space between funcall and string argument Cyprien Nicolas
2014-04-07  9:21 ` [PATCH 2/2] scheme/bigloo: Fix package description to reflect actual situation Cyprien Nicolas
2014-04-07  9:50   ` Ludovic Courtès
2014-04-07  9:49 ` [PATCH 1/2] Add missing space between funcall and string argument Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).