From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add MAFFT. Date: Sun, 26 Jul 2015 12:16:06 +0200 Message-ID: <87zj2jw7fd.fsf@elephly.net> References: <55B0E173.1030406@uq.edu.au> <876158xcoo.fsf@mdc-berlin.de> <55B44F96.8050808@uq.edu.au> <20150726094338.GA24898@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJIyk-0006wc-Tz for guix-devel@gnu.org; Sun, 26 Jul 2015 06:16:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJIyh-0006iU-NL for guix-devel@gnu.org; Sun, 26 Jul 2015 06:16:22 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:25508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJIyh-0006hn-FU for guix-devel@gnu.org; Sun, 26 Jul 2015 06:16:19 -0400 In-reply-to: <20150726094338.GA24898@debian> 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: Andreas Enge Cc: "guix-devel@gnu.org" Andreas Enge writes: > On Sun, Jul 26, 2015 at 01:10:14PM +1000, Ben Woodcroft wrote: >> I'm actually a bit confused as to the difference between a snippet vs. a >> patch stage as above - when is each appropriate? Snippets are only for >> removing non-free software? > > I would use a snippet for something internal to Guix, or specific to the > way we handle things, while a patch is intended to be passed upstream (or > sometimes taken from upstream already) to correct a bug in the software. It should be noted that changes performed by snippets directly affect the resulting tarball produced by ‘guix build -S’. Whenever you want the sources for a package to be permanently modified for the users, a snippet would be the right way to achieve that.