···15151616 # This is to avoid self-references, which causes the initrd to explode
1717 # in size and in turn prevents mdraid systems from booting.
1818- allowedReferences = [ stdenv.glibc.out ];
1818+ allowedReferences = [ stdenv.cc.libc.out ];
19192020 patches = [ ./no-self-references.patch ];
2121