Skip to content

Commit 9cb662d

Browse files
authored
Merge pull request NixOS#12743 from NixOS/mergify/bp/2.27-maintenance/pr-12734
packaging/everything.nix: make sure doc and manpage outputs are symlinks (backport NixOS#12734)
2 parents 9178731 + 53ac3c8 commit 9cb662d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/everything.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ stdenv.mkDerivation (finalAttrs: {
201201
done
202202
203203
# Forwarded outputs
204-
ln -s ${nix-manual} $doc
205-
ln -s ${nix-manual.man} $man
204+
ln -sT ${nix-manual} $doc
205+
ln -sT ${nix-manual.man} $man
206206
'';
207207

208208
passthru = {

0 commit comments

Comments
 (0)