mirror of
https://github.com/NixOS/nix.git
synced 2025-04-16 06:08:03 +00: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 in 0ddfbc5939
This commit is contained in:
parent
ff17dd2a9a
commit
15dfeb9182
@ -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…
Reference in New Issue
Block a user