On Sun, Sep 20, 2015 at 7:15 AM, Ricardo Wurmus wrote:
> Hi Guix,
>
> as I tested my new “mars” package I noticed that there was no sound.
> Investigating a little showed that the problem is in our “openal”
> package, which loads backend libraries by name only, not by path.
>
> The attached patch
Andreas Enge writes:
> This looks good to me!
Thanks for the review. Pushed to master.
~~ Ricardo
This looks good to me!
Andreas
Hi Guix,
as I tested my new “mars” package I noticed that there was no sound.
Investigating a little showed that the problem is in our “openal”
package, which loads backend libraries by name only, not by path.
The attached patch fixes this by patching in the full paths for
libasound and libpulse,