Skip to content

Commit 4c78668

Browse files
committed
xauth path changed
1 parent 06390e1 commit 4c78668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/applications/networking/remote/xrdp/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ let
9696
];
9797

9898
postPatch = ''
99-
substituteInPlace sesman/xauth.c --replace "xauth -q" "${xorg.xauth}/bin/xauth -q"
99+
substituteInPlace sesman/sesexec/xauth.c --replace "xauth -q" "${xorg.xauth}/bin/xauth -q"
100100
101101
substituteInPlace configure.ac --replace /usr/include/ ""
102102
'';

0 commit comments

Comments
 (0)