about summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-09-11 17:08:40 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-09-15 01:14:31 -0400
commit2205beaa8c95746e1ed580875dea202e93a85b5d (patch)
tree49652c4f699fb648575c045daeaf609034067ad0 /pkgs/development/libraries/glibc
parent846b44b2e958cd38c02f70847736598ce7e4c7a0 (diff)
glibc: Expose the version
Diffstat (limited to 'pkgs/development/libraries/glibc')
-rw-r--r--pkgs/development/libraries/glibc/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/glibc/common.nix b/pkgs/development/libraries/glibc/common.nix
index 424b212b39d3e..a7a4c2fbacdb4 100644
--- a/pkgs/development/libraries/glibc/common.nix
+++ b/pkgs/development/libraries/glibc/common.nix
@@ -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" ]) //