Skip to content

Commit

Permalink
haskell-with-packages-wrapper: don't bother with extraOutputsToInstall
Browse files Browse the repository at this point in the history
symlinkJoin doesn't recognize this parameter, so this functionality has been
broken ever since 4b77d42.
  • Loading branch information
peti committed Feb 9, 2018
1 parent 1cba74d commit 13dda44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/haskell-modules/with-packages-wrapper.nix
Expand Up @@ -56,7 +56,6 @@ symlinkJoin {
# as a dedicated drv attribute, like `compiler-name`
name = ghc.name + "-with-packages";
paths = paths ++ [ghc];
extraOutputsToInstall = [ "out" "doc" ];
postBuild = ''
. ${makeWrapper}/nix-support/setup-hook
Expand Down

0 comments on commit 13dda44

Please sign in to comment.