Ludovic Courtès writes: > Ah yes, ahem, you also need this: > > export GUIX_LD_WRAPPER_ALLOW_IMPURITIES="yes, please" > > I’m sorry this is so painful. We need to come up with ways to simplify > use of the tool chain installed via Guix.
It seems that ld-wrapper considers my library impure because it is accessed through my home directory's link to my user profile. Shouldn't it be able to figure out that this is ultimately a file in the store, by following the symlinks? Konrad.
