From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: no patch applies Date: Thu, 4 Aug 2016 23:45:31 -0400 Message-ID: <20160805034531.GA6229@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVW58-0008CJ-C7 for help-guix@gnu.org; Thu, 04 Aug 2016 23:45:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVW54-0004z8-4e for help-guix@gnu.org; Thu, 04 Aug 2016 23:45:57 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:45751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVW50-0004vI-NA for help-guix@gnu.org; Thu, 04 Aug 2016 23:45:54 -0400 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano Cc: help-guix On Fri, Aug 05, 2016 at 05:28:58AM +0200, Catonano wrote: > this is not specific to Guix, but because applying patches is central in > the Guix workflow, I argue I can ask here > > Erik Edrosa sent a patch to the dev list containing a very cute Guile > Scheme package he made > > I attempted to apply the patch onto a fresh Guix master and the patch does > not apply, I don't know why How are you trying to apply the patch? I saved the patch onto my computer, and then I applied it like this on top of commit f467c35261: $ git am ~/tmp/0001-gnu-Add-guile-commonmark.patch Applying: gnu: Add guile-commonmark It also worked when I used the patch command: $ patch -p1 < ~/tmp/0001-gnu-Add-guile-commonmark.patch patching file gnu/packages/guile.scm