On 2018-11-05, Ludovic Courtès wrote: > Hello! > > Vagrant Cascadian skribis: > >> * gnu/packages/python.scm (python-pyelftools): >> New public variable. > > [...] > >> + (home-page >> + "https://github.com/eliben/pyelftools") >> + (synopsis >> + "Library for analyzing ELF files and DWARF debugging information") >> + (description >> + "Library for analyzing ELF files and DWARF debugging information") > > Could you expound the description a bit? (See > .) Updated patch attached with an updated synopsis and description, attempting to follow the mentioned guidelines. live well, vagrant