Re: Import package and generate use-module

2021-04-24 Thread Ekaitz Zarraga
Hi, ‐‐‐ Original Message ‐‐‐ On Saturday, April 24, 2021 11:26 AM, phodina via wrote: > I'm making a package for octoprint which is imported from PyPI. guix import > -r octoprint generates the template to build the package. > > However, I'm missing the :#use-module ... in order to build

Import package and generate use-module

2021-04-24 Thread phodina via
I'm making a package for octoprint which is imported from PyPI. guix import -r octoprint generates the template to build the package. However, I'm missing the :#use-module ... in order to build the package when I add (define-module (python-octoprint). Given the fact there are tens of inputs doi