From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvrcu-0008Ua-TY for guix-patches@gnu.org; Mon, 18 Feb 2019 17:43:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvrcs-0008Li-Eo for guix-patches@gnu.org; Mon, 18 Feb 2019 17:43:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54094) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gvrcr-0008LM-QJ for guix-patches@gnu.org; Mon, 18 Feb 2019 17:43:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gvrcr-0002jd-Ln for guix-patches@gnu.org; Mon, 18 Feb 2019 17:43:01 -0500 Subject: [bug#34514] [PATCH 02/34] gnu: Add ruby-lino. Resent-Message-ID: References: <87sgwm44a9.fsf@cbaines.net> <20190217192314.5666-1-mail@cbaines.net> <20190217192314.5666-2-mail@cbaines.net> From: Ricardo Wurmus In-reply-to: <20190217192314.5666-2-mail@cbaines.net> Date: Mon, 18 Feb 2019 23:42:06 +0100 Message-ID: <875ztgwwg1.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Christopher Baines Cc: 34514@debbugs.gnu.org Christopher Baines writes: > * gnu/packages/ruby.scm (ruby-lino): New variable. [=E2=80=A6] > + (arguments > + '(;; No included tests > + #:tests? #f)) This is nitpicking, but I=E2=80=99d prefer to have this all on one line (including the comment). > + (propagated-inputs > + `(("ruby-hamster" ,ruby-hamster) > + ("ruby-open4" ,ruby-open4))) > + (synopsis "Build and execute commands in Ruby") > + (description > + "@code{Lino} provides an interface to run external commands. It pr= ovides > +a interface to add options as well as managing the standard input, > output and =E2=80=9Can interface=E2=80=9D. --=20 Ricardo