ghcWithPackages: Fix cross, and avoid needless C compiler

This commit is contained in:
John Ericson
2018-01-03 01:24:57 -05:00
parent bc066466fb
commit 5e31e828f8
2 changed files with 4 additions and 4 deletions
@@ -100,7 +100,7 @@ let
defaultScope = mkScope self;
callPackage = drv: args: callPackageWithScope defaultScope drv args;
withPackages = packages: callPackage ./with-packages-wrapper.nix {
withPackages = packages: buildPackages.callPackage ./with-packages-wrapper.nix {
inherit (self) llvmPackages;
haskellPackages = self;
inherit packages;