Let GHC wrapper inherit meta from the wrapped expression.
svn path=/nixpkgs/trunk/; revision=21330
This commit is contained in:
parent
a4842e0987
commit
8bf3f76256
@ -45,5 +45,6 @@ stdenv.mkDerivation {
|
||||
GHCGetPackages = ./ghc-get-packages.sh;
|
||||
|
||||
inherit ghc;
|
||||
inherit (ghc) meta;
|
||||
ghcVersion = ghc.version;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user