On 01/26/2014 08:30 PM, Ludovic Courtès wrote: > To summarize: ‘propagated-inputs’ should list libraries 99% of the > time. Listing programs in ‘propagated-inputs’ just for the sake of > populating $PATH is a bad idea.
I recently found that many library packages do not propagate libc. I installed gnutls through Guix and wanted to use it for development, but the linker complained that some symbols belonging to glibc are missing. What is the correct way of doing this? Sree