summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/with-packages-wrapper.nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-01-02 23:10:25 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-01-04 11:45:36 -0500
commit6bdf9a7f6db9f247bd3594324b72fa556df39d6c (patch)
treeb1b39bebd73f66117031ca5cd439c419f82e64fa /pkgs/development/haskell-modules/with-packages-wrapper.nix
parent0e23478a7ec4b2cd9a111a00b69b4f7e94fbfa97 (diff)
downloadnixpkgs-6bdf9a7f6db9f247bd3594324b72fa556df39d6c.tar
nixpkgs-6bdf9a7f6db9f247bd3594324b72fa556df39d6c.tar.gz
nixpkgs-6bdf9a7f6db9f247bd3594324b72fa556df39d6c.tar.bz2
nixpkgs-6bdf9a7f6db9f247bd3594324b72fa556df39d6c.tar.lz
nixpkgs-6bdf9a7f6db9f247bd3594324b72fa556df39d6c.tar.xz
nixpkgs-6bdf9a7f6db9f247bd3594324b72fa556df39d6c.tar.zst
nixpkgs-6bdf9a7f6db9f247bd3594324b72fa556df39d6c.zip
ghcWithPackages: Don't bother with ignoreCollisions cause we don't use buildEnv
SymlinkJoin doesn't know or care about this.
Diffstat (limited to 'pkgs/development/haskell-modules/with-packages-wrapper.nix')
-rw-r--r--pkgs/development/haskell-modules/with-packages-wrapper.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/with-packages-wrapper.nix b/pkgs/development/haskell-modules/with-packages-wrapper.nix
index 6b3d6dfd2b0..7d192dc5d7d 100644
--- a/pkgs/development/haskell-modules/with-packages-wrapper.nix
+++ b/pkgs/development/haskell-modules/with-packages-wrapper.nix
@@ -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