glibc: restore version passthru

downstream packages use the major.minor version
to determine ABI compatibility and paths which
do not depend on patch version
launchpad/nixpkgs/master
Jonathan Ringer 3 years ago committed by Jonathan Ringer
parent 5d22db3c5e
commit a459e51174
  1. 3
      pkgs/development/libraries/glibc/common.nix

@ -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" ]) //

Loading…
Cancel
Save