rustcMaster: Rust's install script now installs the docs
This commit is contained in:
parent
24f5b2a1a0
commit
e78763da0d
@ -88,9 +88,4 @@ in stdenv.mkDerivation {
|
|||||||
preCheck = "export TZDIR=${tzdata}/share/zoneinfo";
|
preCheck = "export TZDIR=${tzdata}/share/zoneinfo";
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
# Install documentation
|
|
||||||
cp -r doc "$out/share/doc"
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user