From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyprien Nicolas Subject: [PATCH 1/2] Add missing space between funcall and string argument Date: Mon, 7 Apr 2014 11:19:08 +0200 Message-ID: <20140407091908.GA440@kubera.inria.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="L1c6L/cjZjI9d0Eq" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX5i4-0001DI-7t for guix-devel@gnu.org; Mon, 07 Apr 2014 05:19:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WX5hy-0003gp-Bl for guix-devel@gnu.org; Mon, 07 Apr 2014 05:19:20 -0400 Received: from cubran.fulax.net ([91.224.149.126]:40806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX5hy-0003gb-2I for guix-devel@gnu.org; Mon, 07 Apr 2014 05:19:14 -0400 Received: from kubera.inria.fr (kubera.inria.fr [138.96.195.162]) by cubran.fulax.net (Postfix) with ESMTPSA id EBF749609B for ; Mon, 7 Apr 2014 09:19:11 +0000 (UTC) Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --L1c6L/cjZjI9d0Eq Content-Type: multipart/mixed; boundary="Ls2Gy6y7jbHLe9Od" Content-Disposition: inline --Ls2Gy6y7jbHLe9Od Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable A simple typo I saw :) --=20 Cyprien/Fulax --Ls2Gy6y7jbHLe9Od Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-Add-missing-space-between-funcall-and-string-argumen.patch" Content-Transfer-Encoding: quoted-printable =46rom 8fe2196068fb340e47a3bc1be3a2caae6c646735 Mon Sep 17 00:00:00 2001 =46rom: Cyprien Nicolas 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=3D" out))))) + (string-append "--prefix=3D" out))))) (alist-cons-after 'strip 'patch-rpath (lambda* (#:key outputs #:allow-other-keys) --=20 1.8.3.1 --Ls2Gy6y7jbHLe9Od-- --L1c6L/cjZjI9d0Eq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAEBAgAGBQJTQm2MAAoJEGeOLLwllM0zhkUH/iZz0h/jGWLaL8y/uJO7evzH 0TCFmxzZilPLi80M5YDoJDsoRhbRUfoVr8Li1Mx44kZpTfOexD0H/8cRW7GnuWpV tuMje0ViZtId5TN2cOCDcpbhBnqGkP74m2FqTbBoMYSa/mXfZv24IwchixsEGq6K eZ5B6O7M76Pm3zDzdbfdUZQg3ef/UoAh9f5T5hF7ay6pEcGMuL25stobTsy476mE ylpnsUKGPE206rbI7tNHdOBLzvqvt/4oCg2LE888NYJMQGF443h/SeNlji8Ch4EF gWzEC32+7Dpm3AHpwiwDubkAIkCessFhdVdyyX9Mzcy6Ni1kw59tk42VYVXt5dA= =WuRW -----END PGP SIGNATURE----- --L1c6L/cjZjI9d0Eq--