glibc: Expose the version

This commit is contained in:
John Ericson 2018-09-11 17:08:40 -04:00
parent 846b44b2e9
commit 2205beaa8c

View file

@ -139,6 +139,8 @@ stdenv.mkDerivation ({
# prevent a retained dependency on the bootstrap tools in the stdenv-linux
# bootstrap.
BASH_SHELL = "/bin/sh";
passthru = { inherit version; };
}
// (removeAttrs args [ "withLinuxHeaders" "withGd" ]) //