From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:48936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwE8M-0006Xk-T1 for guix-patches@gnu.org; Tue, 19 Feb 2019 17:45:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwE8M-00023M-2K for guix-patches@gnu.org; Tue, 19 Feb 2019 17:45:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56092) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwE8L-00022x-SR for guix-patches@gnu.org; Tue, 19 Feb 2019 17:45:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gwE8L-0001Jw-MV for guix-patches@gnu.org; Tue, 19 Feb 2019 17:45:01 -0500 Subject: [bug#34514] [PATCH 03/34] gnu: Add ruby-terraform. Resent-Message-ID: References: <87sgwm44a9.fsf@cbaines.net> <20190217192314.5666-1-mail@cbaines.net> <20190217192314.5666-3-mail@cbaines.net> <874l90wwd6.fsf@elephly.net> From: Christopher Baines In-reply-to: <874l90wwd6.fsf@elephly.net> Date: Tue, 19 Feb 2019 22:43:55 +0000 Message-ID: <87bm37h00k.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: 34514@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ricardo Wurmus writes: > Christopher Baines writes: > >> * gnu/packages/ruby.scm (ruby-terraform): New variable. > [=E2=80=A6] >> +(define-public ruby-terraform >> + (package >> + (name "ruby-terraform") >> + (version "0.20.0") >> + (source >> + (origin >> + (method url-fetch) >> + (uri (rubygems-uri "ruby-terraform" version)) >> + (sha256 >> + (base32 >> + "1czpak24v570ysnk8waj1sblfm1vqh1sdwh934x4ai90ribhlbzf")))) > > The indentation isn=E2=80=99t right here. Good spot, I've fixed this now. >> + (build-system ruby-build-system) >> + (arguments >> + '(;; No included tests >> + #:tests? #f)) > > Could you please put this all on one line? Ok. I've taken to putting the comment inline, as this is syntactically next to the #:tests? argument and this makes it easier to add additional arguments, as you don't have to shuffle the comment around. I'm happy to just put it inline though. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlxshqtfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XdhsA//bJEEFgKrgVvM8oY3TouU89M+d1O85DDdNWFCRuyVOyXh4um3T478BpAB ImvB6ZS0Yevgsa7hHmaSlSUyA8CCo4J7Be2RBb1ya0lwShbuuRxhm50dAe1KRGLV rlN3xFhol15XLpJC9GsXfZ0W9gri202YLbIDK33NEw0hPx7ep4N9JGDqPQL2G+GM h1W0KC5HpOk0ogZ+RiEr9M1mtXkNsbykOT0JVkwjQQjllXJCbSCXz6Uxg7de5czC 6l6GKZJHxbjaK8RY+yZVabWrsHYJD8zKa2pIJWrXc4jap+yDrdatTtJ09mx0UX82 IfcZuaTpneG0/xguJcsjCcw/AkxN1IWMcmrl/AgcDYgmrufo22dim5kzez4TyZOR W8xEb9Dp5e1IFgOjEdIx2V5IVTsSYYxecUvnlxXij2SycVVuT18IWDW/9ULQl3Qb rTNFA4YeGvqAqpwpbDZME/DCIFT6fs3NIv3s684vCvAcV0tosrXux5qYSsiFW0tn CvJZY0dAq1WEgfQjh4ypB3zw+wSWpx0XovGgCAAQ/LjPDsQdbJVJpm7VzO0cBXc8 y/40Oh+joZyZH6LDvVLY1Cpq/dmAyml+2WUoqw/f0d3jvP40ES3AlMxFVuFq87g1 CxT2z7UhEbnC8cSFqOsswcGlJx9IwmHoN3fY9tyvZg81xSAGuFU= =EbrG -----END PGP SIGNATURE----- --=-=-=--