glibc: Use pname and version

This commit is contained in:
John Ericson
2021-05-10 20:56:33 +00:00
parent 31d5f234d0
commit 77e97ac4ca
5 changed files with 7 additions and 10 deletions
+2 -1
View File
@@ -159,7 +159,8 @@ in
# create a dummy Glibc here, which will be used in the stdenv of
# stage1.
${localSystem.libc} = self.stdenv.mkDerivation {
name = "bootstrap-stage0-${localSystem.libc}";
pname = "bootstrap-stage0-${localSystem.libc}";
version = "bootstrap";
buildCommand = ''
mkdir -p $out
ln -s ${bootstrapTools}/lib $out/lib