Loading
guile-hoot: add missing dependencies for hoot repl
Hoot 0.8.0 added a binary and two new modules `(hoot repl)` and
`(hoot web-server)` that need `guile-fibers` and `guile-websocket` to be
present during compilation. The hoot binary also needs to be wrapped and
runs on nodejs so it was added as a dependency
Co-authored-by:
Jinser Kafka <aimer@purejs.icu>