mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Merge pull request #12743 from NixOS/mergify/bp/2.27-maintenance/pr-12734
packaging/everything.nix: make sure doc and manpage outputs are symlinks (backport #12734)
This commit is contained in:
commit
9cb662df74
1 changed files with 2 additions and 2 deletions
|
@ -201,8 +201,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
done
|
done
|
||||||
|
|
||||||
# Forwarded outputs
|
# Forwarded outputs
|
||||||
ln -s ${nix-manual} $doc
|
ln -sT ${nix-manual} $doc
|
||||||
ln -s ${nix-manual.man} $man
|
ln -sT ${nix-manual.man} $man
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue