From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Foreign packages and reproducibility (formerly Re: [PATCH] gnu: Add ruby-nokogiri) Date: Wed, 2 Mar 2016 19:50:10 +0100 Message-ID: <20160302185010.GA15124@thebird.nl> References: <56C4FCB6.2080108@uq.edu.au> <20160218062534.GA9060@thebird.nl> <87io1i48k5.fsf@elephly.net> <56C9A4A3.9070602@uq.edu.au> <20160221120520.GB29139@thebird.nl> <20160221172231.GA30227@thebird.nl> <20160221173127.GA30263@thebird.nl> <20160222125127.GA1440@thebird.nl> <20160223185231.GA8112@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abBrx-0004CO-1t for guix-devel@gnu.org; Wed, 02 Mar 2016 13:51:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abBrt-0007Zi-Q1 for guix-devel@gnu.org; Wed, 02 Mar 2016 13:51:32 -0500 Received: from mail.thebird.nl ([95.154.246.10]:54862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abBrt-0007Wd-Kb for guix-devel@gnu.org; Wed, 02 Mar 2016 13:51:29 -0500 Content-Disposition: inline In-Reply-To: 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: Ricardo Wurmus Cc: "guix-devel@gnu.org" On Wed, Mar 02, 2016 at 11:33:26AM +0100, Ricardo Wurmus wrote: > For convenience we might also want to have per-profile settings that > allow us to specify default overrides, so that no matter what ruby gem > you add to the profile it will always use a fixed variant of Ruby to > build it. > > The same applies to R. It would be good if we could ensure that all > additional packages in a profile reference the same interpreter version, > because at runtime we only have one interpreter available. Sounds good to me. Pj. --