ghcWithPackages: Don't bother with ignoreCollisions cause we don't use buildEnv

SymlinkJoin doesn't know or care about this.
This commit is contained in:
John Ericson 2018-01-02 23:10:25 -05:00
parent 0e23478a7e
commit 6bdf9a7f6d

View File

@ -1,5 +1,5 @@
{ lib, targetPlatform, ghc, llvmPackages, packages, symlinkJoin, makeWrapper
, ignoreCollisions ? false, withLLVM ? false
, withLLVM ? false
, postBuild ? ""
, haskellPackages
, ghcLibdir ? null # only used by ghcjs, when resolving plugins
@ -58,7 +58,6 @@ symlinkJoin {
name = ghc.name + "-with-packages";
paths = paths ++ [ghc];
extraOutputsToInstall = [ "out" "doc" ];
inherit ignoreCollisions;
postBuild = ''
. ${makeWrapper}/nix-support/setup-hook