Changeset aa7f6c2 for general/prog


Ignore:
Timestamp:
03/11/2024 12:04:10 PM (7 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
ken/TL2024, trunk
Children:
2c7e9c4f
Parents:
70d99ec4
Message:

gi-docgen: Really fix graphviz w/o pango issue

"-q" does not work for now :(.

Link: https://gitlab.com/graphviz/graphviz/-/issues/2379

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/gi-docgen.xml

    r70d99ec4 raa7f6c2  
    9999    </para>
    100100
    101     <screen><userinput>sed 's/"dot", /&amp;"-q", /' -i gidocgen/utils.py</userinput></screen>
     101    <screen><userinput>sed '/if err:/s/err/proc.returncode/' \
     102    -i gidocgen/utils.py</userinput></screen>
    102103
    103104    <para> Build the module: </para>
Note: See TracChangeset for help on using the changeset viewer.