(address . bug-guix@gnu.org)
Hi all,
Our llhttp package contains generated sources. Running:
Toggle snippet (3 lines)
ls $(guix build llhttp --source)/src
shows the existence of a llhttp.c file, which is a generated file.
To the best of my understanding, few in the wider community
generates these files from the (JavaScript) sources.
We currently end up doing this in the (hidden) llhttp-bootstrap package,
which uses the last version of Node.js that could be built without
depending on llhttp to build llhttp (which is then used as an input for
building more recent versions of Node.js).
Kind regards,
Jelle