Am Mittwoch, 6. Februar 2013 schrieb Ludovic Courtès: \> > OK. That’s “user-environment-propagated-inputs”. We could achieve > > that by just changing guix-profile to install propagated inputs. > > That’s probably the right thing to do anyway. > > Commit 4dede02 implements that. Good initiative! In my attempt to install guix from guix, I came upon the problem that the libgcrypt headers require the libgpg-error headers. This is a propagated input, so should in the future be installed automatically. However, the next problem is: In file included from /home/privat/.guix-profile/include/sys/socket.h:39:0, from /home/privat/.guix-profile/include/gcrypt.h:42, from conftest.c:65: /home/privat/.guix-profile/include/bits/socket.h:342:24: fatal error: asm/socket.h: No such file or directory The file is in linux-libre-headers; so I suppose this should also be a propagated input of libgcrypt? If you agree, I will modify the package accordingly. Andreas