rustcMaster: Rust's install script now installs the docs

This commit is contained in:
Ricardo M. Correia 2015-01-07 06:19:36 +01:00
parent 24f5b2a1a0
commit e78763da0d

View File

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