Re: Auto-start service

2021-07-10 Thread excalamus--- via
> https://sr.ht/~abcdw/rde/ > https://lists.sr.ht/~abcdw/rde-discuss/%3CCABrWRW2xCCbWSE3DAcWns01CmDyoGVAywL6dwyQoAENTrUZqhw%40mail.gmail.com%3E> >   > Cool, glad I asked. Looks like one of the two people doing videos about Guix. Thanks!

Re: Auto-start service

2021-07-10 Thread jbranso
July 10, 2021 12:15 AM, excala...@tutanota.com wrote: >> When Guix Home is merged, you could probably define much of your user >> services in your home.scm >> file. > > Where is the best place to keep an eye on this? Is there a dedicated branch? https://sr.ht/~abcdw/rde/ https://lists.sr.ht/~a

Re: Install python pacakge from `.whl` file

2021-07-10 Thread Hamzeh Nasajpour
Ok, I updated the package definition as follow: ``` (define-public python-etebase (package (name "python-etebase") (version "0.31.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/etesync/etebase-py/releases/download/v0.31.2/ete

Install python pacakge from `.whl` file

2021-07-10 Thread Hamzeh Nasajpour
Hi, I have to package a python library via `whl` file, is it feasible? I took a look in the guix packages, and found something in `tensorflow` package to installing from `whl` file, https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/machine-learning.scm#n1784 but I get these errors wh