Hi, Adam Kandur skribis: > * gnu/packages/game-development.scm (python-tcod): New variable. I suggest the attached changes. However, one comment: > + ;; tests fail for a strange reason > + ;; "ERROR docs/conf.py - FileNotFoundError", > + ;; but this file is in the checkout > + (arguments > + '(#:tests? #f)) > + (native-inputs > + (list sdl2 > + python-pcpp > + python-pycparser > + python-requests > + python-pytest-runner > + python-pytest-benchmark > + python-pytest-cov)) > + (propagated-inputs > + (list python-numpy > + python-typing-extensions > + python-cffi)) > + (home-page "https://github.com/libtcod/python-tcod") > + (synopsis > + "This library is a Python cffi port of libtcod") That ‘FileNotFoundError’, could it be because libtcod itself is missing? I would expect libtocd to be in ‘inputs’ since this package provides bindings to libtcod, no? > + (description > + "A high-performance Python port of libtcod. > +Includes the libtcodpy module for backwards compatibility with older projects.") Please improve the synopsis and description as per: https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html Could you send an updated patch? Thanks, Ludo’.