Re: packaging a golang package

2021-01-24 Thread Timmy Douglas
Helio Machado <0x2b3b...@gmail.com> writes: > So it seems. I'll debug it as soon as I can; the import process is > unbearably long. let me know what you find out--i can give it another try when you're ready. >> I sort of wonder if the `git-fetch` portion of go packages should be >> something lik

Re: Defining custom services in /etc/config.scm

2021-01-24 Thread Carlo Zancanaro
Hi Sergiu! On Mon, Jan 25 2021, Sergiu Ivanov wrote: I understand that I should somehow construct a (?) from my , but I don't see a way to do it. Unfortunately Guix overloads the word "service", where we have (a) services that consist of structured modifications to an operating system, and

Re: Defining custom services in /etc/config.scm

2021-01-24 Thread Sergiu Ivanov
Hi Ekaitz, Thank you for your very fast answer! Thus quoth Ekaitz Zarraga on Sun Jan 24 2021 at 20:19 (+0100): > > I recently made my redshift configuration using shepherd user > services, which is what people in IRC recommended me. > > You can find it here: > https://github.com/ekaitz-zarraga

Re: Defining custom services in /etc/config.scm

2021-01-24 Thread Ekaitz Zarraga
‐‐‐ Original Message ‐‐‐ On Sunday, January 24, 2021 8:09 PM, Sergiu Ivanov wrote: > Hello, > > I'm trying to start redshift [0] as a shepherd service, and this is how > I defined the redshift service in my /etc/config.scm: > > (define evry-geolocation "48.63681:2.42777") > (define red

Defining custom services in /etc/config.scm

2021-01-24 Thread Sergiu Ivanov
Hello, I'm trying to start redshift [0] as a shepherd service, and this is how I defined the redshift service in my /etc/config.scm: (define evry-geolocation "48.63681:2.42777") (define redshift-service (shepherd-service (provision '(redshift)) (requirement '(xorg-server)) (documentati

Cannot install packages

2021-01-24 Thread Xinglu Chen
I am trying to install Guix on NixOS, thanks to this[0] repo, I was able to install Guix. But I cannot seem to install packages with it, when I run `guix pull`, I get $ guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel