From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnoEP-0007pW-63 for guix-patches@gnu.org; Sun, 27 Jan 2019 12:28:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnoD0-0003UB-58 for guix-patches@gnu.org; Sun, 27 Jan 2019 12:27:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48568) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gnoCz-0003U2-SY for guix-patches@gnu.org; Sun, 27 Jan 2019 12:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gnoCz-0004GQ-OW for guix-patches@gnu.org; Sun, 27 Jan 2019 12:27:01 -0500 Subject: [bug#34222] [PATCH 03/15] gnu: Add ruby-rainbow. Resent-Message-ID: References: <87y376ghl0.fsf@cbaines.net> <20190127170820.28937-1-mail@cbaines.net> <20190127170820.28937-3-mail@cbaines.net> From: Ricardo Wurmus In-reply-to: <20190127170820.28937-3-mail@cbaines.net> Date: Sun, 27 Jan 2019 18:25:40 +0100 Message-ID: <8736pet3l7.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain 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: 34222@debbugs.gnu.org Christopher Baines writes: > Required for ruby-rubocop. > > * gnu/packages/ruby.scm (ruby-rainbow): New variable. LGTM! -- Ricardo