bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41025: blueman does not start


From: Raghav Gururajan
Subject: bug#41025: blueman does not start
Date: Sun, 3 May 2020 23:18:53 -0400

Hi Pierre!

> Suggestion: instead of adding one phase per wrapper, use a single phase,
> loop over the executables to generate the wrapper.  This should shorten
> your code.
> 
> I think the "gi" issue is because "(getenv ...)" does not include the
> output "out".  I'm guessing you need to add (string-append out
> "/lib/python...blueman...") to the PYTHONPATH.

I tried using (string-append (assoc-ref outputs "out")
"/lib/python3.7/site-packages/blueman"); instead of (getenv PYTHONPATH). I got
the same error.

Regards,
RG.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]