From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Fixing broken pacakges Date: Tue, 13 Dec 2016 09:07:42 +0000 Message-ID: <20161213090742.GA30677@mail.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]:39095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGj6B-0004x2-02 for guix-devel@gnu.org; Tue, 13 Dec 2016 04:10:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGj67-0003fA-1l for guix-devel@gnu.org; Tue, 13 Dec 2016 04:10:10 -0500 Received: from mail.thebird.nl ([95.154.246.10]:42470) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cGj66-0003Zm-SY for guix-devel@gnu.org; Tue, 13 Dec 2016 04:10:06 -0500 Content-Disposition: inline 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" To: Guix-devel I just wrote a section on how you can fix problems with a build by using -K and git. The example is CMake here, but the strategy is generic: https://github.com/pjotrp/guix-notes/blob/master/HACKING.org#fixing-problems Git can help create a patch which can be used in Guix to patch the source. Pj.