From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dW3px-0001LJ-Cw for guix-patches@gnu.org; Fri, 14 Jul 2017 12:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dW3pu-0002g3-Af for guix-patches@gnu.org; Fri, 14 Jul 2017 12:53:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36561) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dW3pu-0002fu-6m for guix-patches@gnu.org; Fri, 14 Jul 2017 12:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dW3pt-0000k0-So for guix-patches@gnu.org; Fri, 14 Jul 2017 12:53:01 -0400 Subject: [bug#27657] [PATCH 3/3] gnu: wayland: Add workaround for graphviz 2.40.1. Resent-Message-ID: From: Marius Bakke In-Reply-To: References: <20170712142556.3350-1-arunisaac@systemreboot.net> Date: Fri, 14 Jul 2017 18:52:45 +0200 Message-ID: <8760evj6zm.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Arun Isaac , 27657@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Arun Isaac writes: > * gnu/packages/freedesktop.scm (wayland)[arguments]: Add fix-graphviz pha= se. Thanks! [...] > + (modify-phases %standard-phases > + ;; Remove record shapes to workaround graphviz 2.40.1 problems > + ;; http://www.graphviz.org/content/i-havent-been-able-render-th= ese-files-graphviz-226 > + ;; This will likely be fixed upstream in the next release Please add punctuations here. Why is it likely fixed next release, is there a patch or bug report upstream? If so, please add them here. > + (add-before 'build 'fix-graphviz > + (lambda _ > + (substitute* "doc/doxygen/dot/x-architecture.gv" > + (("Mrecord") "none"))))))) And make sure this phase ends on #t. > (native-inputs > `(("doxygen" ,doxygen) > ("graphviz" ,graphviz) > --=20 > 2.12.2 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAllo9t0ACgkQoqBt8qM6 VPpx8AgAv6QdNbBH6wJg5uH6F0+w+9UZgklF+kSnNcMonU/TUEEHkpVE+/E/YMZ5 CcCeWrx4PlcvlNxsdWNwYMFwGpNwgCtnJd3JkwaurLrl8VVOnoETMr6XXZ0pVZWn WKdvJqyb84j2ETA8gaWufSfjqow+I/G+/Xss2KPDXe3ukC75MHQhmofrFy4dHlLk CrFL7r2Dx3lMEYQxzttd86YkM0Eqzvi2W9vTwvioA6Q4pfUH/uxjG0RKMBPDoBt6 Z5TD9yv61vTPxy/FlImp7DluYTLKr1ZwGftgGdmo75YTSDiu4X2e9b1J9pi+2CnR CcMe8Ci3O0MYQClbna/gnNaW0cVwrA== =BSQX -----END PGP SIGNATURE----- --=-=-=--