ghcWithPackages: fix ghc version passing

The correct ghc version was not passed through anymore, I'm not entirely
sure this is the correct fix or if this is the only argument that was
missing.

broken by 5e31e828f8

cc @Ericson2314
This commit is contained in:
Robin Gloster
2018-01-07 03:32:10 +01:00
parent d1c81e29c3
commit b2e9096f68

View File

@@ -102,6 +102,7 @@ let
withPackages = packages: buildPackages.callPackage ./with-packages-wrapper.nix {
inherit (self) llvmPackages;
inherit ghc;
inherit packages;
};