···159159 # create a dummy Glibc here, which will be used in the stdenv of
160160 # stage1.
161161 ${localSystem.libc} = self.stdenv.mkDerivation {
162162- name = "bootstrap-stage0-${localSystem.libc}";
162162+ pname = "bootstrap-stage0-${localSystem.libc}";
163163+ version = "bootstrap";
163164 buildCommand = ''
164165 mkdir -p $out
165166 ln -s ${bootstrapTools}/lib $out/lib