rustcMaster: Install docs (into $out/share/doc)

This commit is contained in:
Ricardo M. Correia 2014-12-01 17:41:01 +01:00
parent 5a410c4d79
commit 744dc4abdc

View file

@ -82,4 +82,9 @@ in stdenv.mkDerivation {
preCheck = "export TZDIR=${tzdata}/share/zoneinfo";
doCheck = true;
postInstall = ''
# Install documentation
cp -r doc "$out/share/doc"
'';
}