From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47892) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9Zxz-0000NC-L2 for guix-patches@gnu.org; Wed, 04 Mar 2020 14:46:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9Zxy-0001Xx-MG for guix-patches@gnu.org; Wed, 04 Mar 2020 14:46:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35893) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j9Zxy-0001Wp-HW for guix-patches@gnu.org; Wed, 04 Mar 2020 14:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j9Zxy-0006Is-F5 for guix-patches@gnu.org; Wed, 04 Mar 2020 14:46:02 -0500 Subject: [bug#39906] [PATCH] Add libraqm Resent-Message-ID: Date: Wed, 4 Mar 2020 14:44:57 -0500 From: Leo Famulari Message-ID: <20200304194457.GA4463@jasmine.lan> References: <87sgiojgbg.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87sgiojgbg.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: 39906@debbugs.gnu.org On Wed, Mar 04, 2020 at 04:22:11PM +0100, Nicolas Goaziou wrote: > The following patch adds Raqm library in "fontutils.scm". Thanks! > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/HOST-Oman/libraqm.git") > + (commit (string-append "v" version)))) Did you try building from the tarball? https://github.com/HOST-Oman/libraqm/releases/download/v0.7.0/raqm-0.7.0.tar.gz If it works you should be able to drop the Autotools inputs.