mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
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:
@@ -45,5 +45,6 @@ stdenv.mkDerivation {
|
||||
GHCGetPackages = ./ghc-get-packages.sh;
|
||||
|
||||
inherit ghc;
|
||||
inherit (ghc) meta;
|
||||
ghcVersion = ghc.version;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user