unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Cyprien Nicolas <cyprien@nicolas.tf>
To: guix-devel@gnu.org
Subject: [PATCH 1/2] Add missing space between funcall and string argument
Date: Mon, 7 Apr 2014 11:19:08 +0200	[thread overview]
Message-ID: <20140407091908.GA440@kubera.inria.fr> (raw)


[-- 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 --]

             reply	other threads:[~2014-04-07  9:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-07  9:19 Cyprien Nicolas [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140407091908.GA440@kubera.inria.fr \
    --to=cyprien@nicolas.tf \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).