treewide: stdenv.glibc -> glibc

This commit is contained in:
Artturin 2022-05-23 21:28:14 +03:00
parent a05b581783
commit 0c4d65b21e
42 changed files with 94 additions and 101 deletions

View file

@ -61,7 +61,7 @@ for bin in $(find $binaryDist -executable -type f) :; do
uniq;
)
if test "$names" = "glibc"; then names="stdenv.glibc"; fi
if test "$names" = "glibc"; then names="glibc"; fi
if echo $names | grep -c "gcc" &> /dev/null; then names="stdenv.cc.cc"; fi
if test $lib != $libPath; then