all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: Arun Isaac <arunisaac@systemreboot.net>, 27657@debbugs.gnu.org
Subject: [bug#27657] [PATCH 3/3] gnu: wayland: Add workaround for graphviz	2.40.1.
Date: Fri, 14 Jul 2017 18:52:45 +0200	[thread overview]
Message-ID: <8760evj6zm.fsf@fastmail.com> (raw)
In-Reply-To: <abfa18f4.AEEANOsGRuMAAAAAAAAAAAPUoLsAAAACwQwAAAAAAAW9WABZZjGb@mailjet.com>

[-- Attachment #1: Type: text/plain, Size: 916 bytes --]

Arun Isaac <arunisaac@systemreboot.net> writes:

> * gnu/packages/freedesktop.scm (wayland)[arguments]: Add fix-graphviz phase.

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-these-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)
> -- 
> 2.12.2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2017-07-14 16:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170712142556.3350-1-arunisaac@systemreboot.net>
2017-07-12 14:25 ` [bug#27657] [PATCH 2/3] gnu: graphviz: Update to 2.40.1 Arun Isaac
2017-07-12 14:25 ` [bug#27657] [PATCH 3/3] gnu: wayland: Add workaround for graphviz 2.40.1 Arun Isaac
2017-07-14 16:52   ` Marius Bakke [this message]
2017-07-14 19:16     ` Arun Isaac
2017-07-14 19:28       ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8760evj6zm.fsf@fastmail.com \
    --to=mbakke@fastmail.com \
    --cc=27657@debbugs.gnu.org \
    --cc=arunisaac@systemreboot.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.