diff --git a/pkgs/development/compilers/ghc/wrapper.nix b/pkgs/development/compilers/ghc/wrapper.nix index 50633123491..d14d26fc3fe 100644 --- a/pkgs/development/compilers/ghc/wrapper.nix +++ b/pkgs/development/compilers/ghc/wrapper.nix @@ -45,5 +45,6 @@ stdenv.mkDerivation { GHCGetPackages = ./ghc-get-packages.sh; inherit ghc; + inherit (ghc) meta; ghcVersion = ghc.version; }