From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dG8Ra-0001J6-6L for guix-patches@gnu.org; Wed, 31 May 2017 14:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dG8RW-0004QA-91 for guix-patches@gnu.org; Wed, 31 May 2017 14:34:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45124) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dG8RW-0004Q4-5E for guix-patches@gnu.org; Wed, 31 May 2017 14:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dG8RV-0003al-Vr for guix-patches@gnu.org; Wed, 31 May 2017 14:34:02 -0400 Subject: bug#27171: [PATCH] gnu: font-go: Use 'font-build-system'. Resent-Message-ID: Date: Wed, 31 May 2017 20:33:43 +0200 From: Danny Milosavljevic Message-ID: <20170531203343.4ac673ed@scratchpost.org> In-Reply-To: <1496251872.380861.994430344.39917145@webmail.messagingengine.com> References: <1496251872.380861.994430344.39917145@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alex Griffin Cc: 27171@debbugs.gnu.org On Wed, 31 May 2017 12:31:12 -0500 Alex Griffin wrote: > This patch switches font-go to the new font-build-system. + (modify-phases %standard-phases + (add-before 'install 'chdir + (lambda _ + (chdir "font/gofont/ttfs")))))) Please end the phase with #t.