parent
716aac2519
commit
f90e5ae3ba
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# This is to avoid self-references, which causes the initrd to explode
|
||||
# in size and in turn prevents mdraid systems from booting.
|
||||
allowedReferences = [ stdenv.glibc ];
|
||||
allowedReferences = [ stdenv.glibc.out ];
|
||||
|
||||
patches = [ ./no-self-references.patch ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue