Re: ripit/perl: use perl_cddb_get package?

2019-12-18 Thread Sam
Thank you for your time, but I am afraid I have wasted it. The perl module dirs are set in a env variable in bash's files, and for that reason my fish couldn't find them. (Also the syntax isn't compatible so I you to copy them out, which is quite annoying). So in a way it's fixed now ^^" Thanks a

Re: Cannot build libdbi-drivers: "dbd_mysql.c:54:10: fatal error: mysql.h: No such file or directory"

2019-12-18 Thread Marius Bakke
jorge+l...@disroot.org (Jorge P. de Morais Neto) writes: > For more than a week I have been unable to update Gnucash. One of its > dependencies, libdbi-drivers, fails to build. I have attached the build > log. Hello Jorge, This is fixed with commit 9077cf68ec57c0303ef7746e203c3fe5ed041add. Tha

gpg-agent error: No pinentry

2019-12-18 Thread Marco van Hulten
Hello— I have installed gnupg 2.2.18 and pinentry 1.1.0 on a Guix System. When I try to import a key, I get this issue: $ gpg --import publiko-secret.asc gpg: key 9FC3734DFB84400D: "Marco van Hulten (publiko) " not changed gpg: key 9FC3734DFB84400D/9FC3734DFB84400D: error sending to agent: No p

Re: gpg-agent error: No pinentry

2019-12-18 Thread Andreas Enge
Hello, On Wed, Dec 18, 2019 at 10:41:27PM +0100, Marco van Hulten wrote: > Do I need to do any more actions accept for 'guix package -i gnupg > pinentry'? I also have a file .gnupg/gpg-agent.conf in my home directory containing the following lines: default-cache-ttl 300 max-cache-ttl 3600 pinent

Re: gpg-agent error: No pinentry

2019-12-18 Thread Gábor Boskovits
Hello, Marco van Hulten ezt írta (időpont: 2019. dec. 18., Sze 22:41): > Hello— > > I have installed gnupg 2.2.18 and pinentry 1.1.0 on a Guix System. > When I try to import a key, I get this issue: > > $ gpg --import publiko-secret.asc > gpg: key 9FC3734DFB84400D: "Marco van Hulten (publiko) "

Re: Creating local variation of match-theme

2019-12-18 Thread Jack Hill
Hi, It's been a few days, so I was wondering if anyone had thoughts on the following: Best, Jack On Sun, 8 Dec 2019, Jack Hill wrote: Hi Guix, I'd like to create a local variation of the matcha-theme package with one of the colors changed to suit my taste. Rather than make the change in m

Re: Creating local variation of match-theme

2019-12-18 Thread Marius Bakke
Jack Hill writes: > Hi, > > It's been a few days, so I was wondering if anyone had thoughts on the > following: It's not pretty, but you could create a package that takes "match-theme" as an input and makes the necessary adjustments. See the 'mariadb/fixed-install-db' variant added in 9077cf68

build issues w/ system glibc

2019-12-18 Thread Michael Zucchi
Morning, Just a couple of comments re: building from git.  Well that was the intention, but it's turned into a failure to build. 1) bootstrap isn't mentioned anywhere in the README, it just mentions configure 2) i know the README is for a web service to reformat, but it's really miserable

Re: Creating local variation of match-theme

2019-12-18 Thread Jack Hill
Thanks Marius! On Wed, 18 Dec 2019, Marius Bakke wrote: It's not pretty, but you could create a package that takes "match-theme" as an input and makes the necessary adjustments. See the 'mariadb/fixed-install-db' variant added in 9077cf68ec57c0303ef7746e203c3fe5ed041add for an example. I tri