bug#55069: Add some means to find LV2 plugins

2022-04-23 Thread Maxime Devos
> [PATCH] gnu: mda-lv2: Remove unnecessary search-path-specification. Isn't it currently necessary? Because lv2 doesn't have a LV2_PATH search path yet. Nathan Dehnel schreef op vr 22-04-2022 om 17:13 [-0500]: > It seems DAWs and plugins can't find each other because there is no > way to find th

bug#55059: bug in `guix pull`

2022-04-23 Thread Holden Green
guest@gnu ~/tmp/1$ guix pull Updating channel 'guix' from Git repository at ' https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to eb34ff1 (17,927 new commits)... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git eb34ff1 sub

bug#54941: No such file or directory when running a binary

2022-04-23 Thread Maxime Devos
Haider Mirza schreef op wo 20-04-2022 om 20:46 [+0100]: > > (This is not to accuse you Haider, who I don't know, of probing > Maxime > > -- but consider the seemingly casual example you are setting for > noobs > > in suggesting running an unknown (to others) binary). > > Sorry about that, usually

bug#42164: Combining file-append with gexps results in incomprehensible errors

2022-04-23 Thread Brian Cully
I was having a similar issue, so I dug into this issue a bit, and it turns out that you *can* select an output from file-append, but the syntax is a bit wonky: ---[snip]--- (let ((fa (file-append pkg "/path"))) $~$#fa:output) ---[snip]--- I’ve tried to remove the let: ---[sni

bug#42164: Combining file-append with gexps results in incomprehensible errors

2022-04-23 Thread Maxime Devos
Brian Cully schreef op za 23-04-2022 om 12:03 [-0400]: > I was having a similar issue, so I dug into this issue a bit, > and it turns out that you *can* select an output from file-append, but > the syntax is a bit wonky: > > ---[snip]--- > (let ((fa (file-append pkg "/path"))) >   $~$#fa:out

bug#42164: Combining file-append with gexps results in incomprehensible errors

2022-04-23 Thread Maxime Devos
Brian Cully schreef op za 23-04-2022 om 13:29 [-0400]: > I like this, and would prefer it over the ‘list’ proposal. I’m > not sure how to implement it given my limited knowledge of Guix > internals, though. Special-casing a list inside of file-append was > fairly straightforward and solved th

bug#42164: Combining file-append with gexps results in incomprehensible errors

2022-04-23 Thread Maxime Devos
Brian Cully schreef op za 23-04-2022 om 16:40 [-0400]: > Where is this in the code? Nowhere. I tried implementing 'output', and noticed I just ended up with something equivalent to a simple call to 'gexp-input' (hence, ‘this thing already exists’). 'gexp-input' can be found in (guix gexp).

bug#42164: Combining file-append with gexps results in incomprehensible errors

2022-04-23 Thread Brian Cully
Maxime Devos writes: > Proposed implementation: > > (define (output thing output) > (gexp-input package output)) > > Seems like this thing already exists, it's just not well-known and not > documented in the manual. Where is this in the code? I couldn’t find it myself (grepping for t

bug#42164: Combining file-append with gexps results in incomprehensible errors

2022-04-23 Thread Brian Cully
Maxime Devos writes: > Do you mean #~#$fa:output here? Yes, I did. Sorry, my fingers have minds of their own, and the gexp syntax, in particular, really runs counter to their memory. >> (file-append pkg:output "/path") > > This one is only possible if file-append becomes syntax instea

bug#55089: [IceCat and IceDove]: Doesn't use system's locale/timezone.

2022-04-23 Thread Raghav Gururajan via Bug reports for GNU Guix
Hello Guix, It appears that the applications IceCat and IceDove doesn't follow system's locale/timezone. By default, it uses UTC. This is observed in Guix System and not sure about foreign distros. Regards, RG. OpenPGP_signature Description: OpenPGP digital signature

bug#55089: [IceCat and IceDove]: Doesn't use system's locale/timezone.

2022-04-23 Thread bdju
On Sun Apr 24, 2022 at 1:06 AM CDT, Raghav Gururajan via Bug reports for GNU Guix wrote: > Hello Guix, > > It appears that the applications IceCat and IceDove doesn't follow > system's locale/timezone. By default, it uses UTC. > > This is observed in Guix System and not sure about foreign distros