rustcMaster: Install docs (into $out/share/doc)
This commit is contained in:
parent
5a410c4d79
commit
744dc4abdc
@ -82,4 +82,9 @@ in stdenv.mkDerivation {
|
||||
preCheck = "export TZDIR=${tzdata}/share/zoneinfo";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
postInstall = ''
|
||||
# Install documentation
|
||||
cp -r doc "$out/share/doc"
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user