From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4lme-0003Yp-6p for guix-patches@gnu.org; Wed, 18 Oct 2017 06:41:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4lmY-0001KP-BV for guix-patches@gnu.org; Wed, 18 Oct 2017 06:41:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38651) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e4lmY-0001Jk-85 for guix-patches@gnu.org; Wed, 18 Oct 2017 06:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e4lmX-0004vQ-Rx for guix-patches@gnu.org; Wed, 18 Oct 2017 06:41:01 -0400 Subject: [bug#28773] [PATCH] Wrap bin files in the ruby build system. Resent-Message-ID: References: <20171010084452.036b3052@cbaines.net> <877evvdycy.fsf@gnu.org> From: Ben Woodcroft Message-ID: Date: Wed, 18 Oct 2017 20:39:53 +1000 MIME-Version: 1.0 In-Reply-To: <877evvdycy.fsf@gnu.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Christopher Baines Cc: 28773@debbugs.gnu.org Hi, On 16/10/17 23:19, Ludovic Courtès wrote: > Hi Chris, > > Christopher Baines skribis: > >> This is a bit experimental. There is some description of the motivation >> behind this approach, as well as the downsides in the commit messages. >> >> I don't know how to wrap binaries with the GEM_PATH, but somehow >> excluding inputs specified as native-inputs, so I'd be very interested >> if anyone has ideas about this. >> >> Christopher Baines (3): >> ruby-build-system: Add wrap-ruby-program. >> ruby-build-system: Add a new wrap phase. >> gnu: Remove redundant wrapping from packages using ruby-build-system. > Cc’ing Ben who is another Serious Ruby User I think. :-) Maybe sometimes. I'll try to get a review back to you in the next week or so. ben