mdadm: fixup build with multiple-outputs

Needed after 011c149ed5.
This commit is contained in:
Vladimír Čunát 2016-01-20 10:00:35 +01:00
parent 716aac2519
commit f90e5ae3ba

View File

@ -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 ];