Let GHC wrapper inherit meta from the wrapped expression.

From trunk@21330

svn path=/nixpkgs/branches/mass-update-01/; revision=21377
This commit is contained in:
Yury G. Kudryashov
2010-04-27 20:55:46 +00:00
parent aeb0afd016
commit 2c2df01e26

View File

@@ -45,5 +45,6 @@ stdenv.mkDerivation {
GHCGetPackages = ./ghc-get-packages.sh;
inherit ghc;
inherit (ghc) meta;
ghcVersion = ghc.version;
}