Re: packaging a golang package

2021-01-09 Thread Timmy Douglas
"Leo Famulari" writes: > On Fri, Jan 8, 2021, at 02:01, Timmy Douglas wrote: >> >> I recently installed guix for the first time and I wanted to try to >> package my first program. The one I decided to try is written in go and >> uses go.mod (https://github.com/coredns/coredns/blob/master/go.mod)

Re: How to configure a printer on Guix System

2021-01-09 Thread Christophe Pisteur
After several random tests, I found what prevents printing and displays the error message "filter failed" in the web interface of cups: The ppd file I used uses the postscript language, but if I use the ppd file in PDF language, printing works: Ricoh-MP_C3003-PDF-Ricoh.ppd: "ok" Ricoh-MP_C3003-P

Re: packaging a golang package

2021-01-09 Thread raingloom
On Thu, 07 Jan 2021 23:01:49 -0800 Timmy Douglas wrote: > I recently installed guix for the first time and I wanted to try to > package my first program. The one I decided to try is written in go > and uses go.mod > (https://github.com/coredns/coredns/blob/master/go.mod) for modules. > Running `g

Re: Channel details of profile generation

2021-01-09 Thread Phil
Hi, Thanks again for your help. Below I've split the question into PART 1 - which what I originally asked, and PART 2 - which is trying to resolve the backtrace seen using 'guix pull' that so far only I've reproduced. PART 2 is a bit of a rabbit-hole and I don't come back with any definitive answ