guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27657] [PATCH 3/3] gnu: wayland: Add workaround for graphviz 2.40.1


From: Marius Bakke
Subject: [bug#27657] [PATCH 3/3] gnu: wayland: Add workaround for graphviz 2.40.1.
Date: Fri, 14 Jul 2017 18:52:45 +0200
User-agent: Notmuch/0.24.2 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu)

Arun Isaac <address@hidden> 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: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]