From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: RFC: Build system hacks for Guix do not belong in 'source' Date: Thu, 5 Mar 2015 14:30:34 -0500 Message-ID: References: <1424552053-17323-1-git-send-email-rekado@elephly.net> <1424552053-17323-2-git-send-email-rekado@elephly.net> <878ufr6kf0.fsf@mango.localdomain> <87h9udbraa.fsf@mango.localdomain> <871tlexf9r.fsf@gnu.org> <87twy9abtb.fsf@mango.localdomain> <87lhjk61nb.fsf@gnu.org> <87h9u4akv7.fsf@mango.localdomain> <87h9u40vus.fsf@netris.org> <87zj7t8cj8.fsf@mango.localdomain> <87y4nd8cao.fsf@mango.localdomain> <87wq2x81dr.fsf@mango.localdomain> <87oao7guh3.fsf_-_@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTbTp-000187-Ld for guix-devel@gnu.org; Thu, 05 Mar 2015 14:30:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTbTh-0005fi-7N for guix-devel@gnu.org; Thu, 05 Mar 2015 14:30:45 -0500 Received: from na3sys009aog101.obsmtp.com ([74.125.149.67]:60499 helo=mail-pd0-f175.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTbTg-0005fD-TF for guix-devel@gnu.org; Thu, 05 Mar 2015 14:30:37 -0500 Received: by pdjg10 with SMTP id g10so68793732pdj.1 for ; Thu, 05 Mar 2015 11:30:34 -0800 (PST) In-Reply-To: <87oao7guh3.fsf_-_@netris.org> 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: Mark H Weaver Cc: guix-devel On Thu, Mar 5, 2015 at 1:38 PM, Mark H Weaver wrote: > I don't think we should be making these kinds of changes in 'snippets'. > > When I ask for the source code via "guix build -S ", I expect > freedom fixes and other bug fixes, and maybe even enhancements needed > for Guix that would also work fine on other systems (e.g. adding an > environment variable). > > However, the package 'source' should not include build system hacks that > are specific to Guix and would interfere with the package functionality > on other platforms, IMO. I agree. - Dave