Merge pull request #26775 from obsidiansystems/ghc-head-docs

ghcHEAD: Actually split docs into their own output
This commit is contained in:
John Ericson 2017-06-22 17:11:46 -04:00 committed by GitHub
commit f571ad4595

View File

@ -15,8 +15,6 @@ let
version = "8.1.20170106";
rev = "b4f2afe70ddbd0576b4eba3f82ba1ddc52e9b3bd";
outputs = [ "out" "doc" ];
commonPreConfigure = ''
echo ${version} >VERSION
echo ${rev} >GIT_COMMIT_ID
@ -77,6 +75,8 @@ in stdenv.mkDerivation (rec {
done
'';
outputs = [ "out" "doc" ];
passthru = {
inherit bootPkgs;
} // stdenv.lib.optionalAttrs (targetPlatform != buildPlatform) {