Let GHC wrapper inherit meta from the wrapped expression.

svn path=/nixpkgs/trunk/; revision=21330
This commit is contained in:
Andres Löh 2010-04-26 20:39:51 +00:00
parent a4842e0987
commit 8bf3f76256

View file

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