glibc: restore version passthru

downstream packages use the major.minor version
to determine ABI compatibility and paths which
do not depend on patch version
This commit is contained in:
Jonathan Ringer 2021-05-18 10:09:34 -07:00 committed by Jonathan Ringer
parent 5d22db3c5e
commit a459e51174

View file

@ -186,6 +186,9 @@ stdenv.mkDerivation ({
# prevent a retained dependency on the bootstrap tools in the stdenv-linux
# bootstrap.
BASH_SHELL = "/bin/sh";
# Used by libgcc, elf-header, and others to determine ABI
passthru = { inherit version; };
}
// (removeAttrs args [ "withLinuxHeaders" "withGd" ]) //