More docs in separate outputs

This commit is contained in:
Eelco Dolstra
2015-07-26 22:46:45 +02:00
parent a2ddbc422f
commit f98c7f2976
3 changed files with 6 additions and 0 deletions
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0ca2j526n4wlamrxb85y2jrgcv0gf21b3a19rr0gh4rjqkv1581n";
};
outputs = [ "out" "doc" ];
preConfigure = ''
./bootstrap
'';