mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
make sure doc and manpage outputs are symlinks
Part of https://github.com/NixOS/nixpkgs/pull/392549 The doc and manpage fix already happend in0ddfbc5939
(cherry picked from commit15dfeb9182
)
This commit is contained in:
parent
d08afe373f
commit
bdcefc6a64
1 changed files with 2 additions and 2 deletions
|
@ -201,8 +201,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
done
|
||||
|
||||
# Forwarded outputs
|
||||
ln -s ${nix-manual} $doc
|
||||
ln -s ${nix-manual.man} $man
|
||||
ln -sT ${nix-manual} $doc
|
||||
ln -sT ${nix-manual.man} $man
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue