Arun Isaac 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