haskell-with-packages-wrapper: don't bother with extraOutputsToInstall

symlinkJoin doesn't recognize this parameter, so this functionality has been
broken ever since 4b77d425aa.
This commit is contained in:
Peter Simons 2018-02-09 20:21:12 +01:00
parent 1cba74dfc1
commit 13dda44b8b

View File

@ -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