Re: [PATCH] Fix OpenAL backends.

2015-09-20 Thread Thompson, David
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

Re: [PATCH] Fix OpenAL backends.

2015-09-20 Thread Ricardo Wurmus
Andreas Enge writes: > This looks good to me! Thanks for the review. Pushed to master. ~~ Ricardo

Re: [PATCH] Fix OpenAL backends.

2015-09-20 Thread Andreas Enge
This looks good to me! Andreas

[PATCH] Fix OpenAL backends.

2015-09-20 Thread Ricardo Wurmus
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,