forked from mirrors/nixpkgs
glibc: Expose the version
This commit is contained in:
parent
846b44b2e9
commit
2205beaa8c
|
@ -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" ]) //
|
||||
|
|
Loading…
Reference in a new issue