From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 06/06: gnu: Add weasyprint. Date: Tue, 22 Oct 2019 22:13:06 +0200 Message-ID: <87d0eoy1wt.fsf@gnu.org> References: <20191022150136.21331.97104@vcs0.savannah.gnu.org> <20191022150138.819B2209DE@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43476) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iN0Wo-0002YQ-8N for guix-devel@gnu.org; Tue, 22 Oct 2019 16:13:15 -0400 In-Reply-To: <20191022150138.819B2209DE@vcs0.savannah.gnu.org> (guix-commits@gnu.org's message of "Tue, 22 Oct 2019 11:01:38 -0400 (EDT)") 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@gnu.org, Hartmut Goebel Hi Hartmut, guix-commits@gnu.org skribis: > + (package > + (name "weasyprint") > + (version "50") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "WeasyPrint" version)) > + (sha256 > + (base32 "0invs96zvmcr6wh5klj52jrcnr9qg150v9wpmbhcsf3vv1d1hbcw")) > + (patches (search-patches "weasyprint-library-paths.patch")))) You forgot to push the patch. Could you add it? Thanks, Ludo=E2=80=99.