bug#50597: different fixed-output when using ’--with-source’ transformation

2021-10-13 Thread zimoun
Hi, On Wed, 22 Sep 2021 at 12:25, Ludovic Courtès wrote: > However it’s not enough to get the same derivation: we’d also need > to return a fixed-output derivation rather than a > plain store file name. (See also > .) Thanks for the explanations and the poin

bug#51170: tlp fullcharge

2021-10-13 Thread Nicolas Goaziou
Hello, Attila Lendvai writes: > as of latest master, tlp fails for me with this error message: > > # tlp fullcharge > /gnu/store/68mpiffl51mcrss7zy26dnqfx3d5v2vv-tlp-1.4.0/share/tlp/tlp-func-base: > line 528: /usr/share/tlp/bat.d/[0-9][0-9]*[a-z]: No such file or directory > > this used to work

bug#51183: lagrange: fribidi and harfbuzz dependencies?

2021-10-13 Thread Christopher Howard
Hi, I like the lagrange gemini client, but I have struggled with some font display issues since I do a publishing with mixed English and Hebrew words. Lagrange does display Hebrew unicode characters, if you switch to the selectable "Tinos" font in the preferences, but on my system, the Hebrew scrip

bug#51183: lagrange: fribidi and harfbuzz dependencies?

2021-10-13 Thread Liliana Marie Prikler
Hi, Am Mittwoch, den 13.10.2021, 07:22 -0800 schrieb Christopher Howard: > [...] > > According to the Lagrange github README, Lagrange should be able to > utilize the fribidi and harfbuzz software to properly display these > sorts of scripts, but it does not seem to be doing this in Guix, even >

bug#51183: lagrange: fribidi and harfbuzz dependencies?

2021-10-13 Thread Christopher Howard
Hello, the following did NOT work: ``` (use-modules (guix packages)) (use-modules (gnu packages web-browsers)) (use-modules (gnu packages gtk)) (use-modules (gnu packages fribidi)) (packages->manifest (list (package (inherit lagrange) (inputs `(("harfbuzz" ,harfbuzz) ("fribidi

bug#51183: lagrange: fribidi and harfbuzz dependencies?

2021-10-13 Thread Liliana Marie Prikler
Hi, Am Mittwoch, den 13.10.2021, 15:40 -0800 schrieb Christopher Howard: > Hello, the following did NOT work: > > ``` > (use-modules (guix packages)) > (use-modules (gnu packages web-browsers)) > (use-modules (gnu packages gtk)) > (use-modules (gnu packages fribidi)) > > (packages->manifest > (