xrdp: abs path to garbage directory

Volth fdbdccf1 a2b2c1e4

+1 -1
+1 -1
pkgs/applications/networking/remote/xrdp/default.nix
··· 58 58 ./bootstrap 59 59 ''; 60 60 dontDisableStatic = true; 61 - configureFlags = [ "--with-systemdsystemunitdir=./do-not-install" "--enable-ipv6" "--enable-jpeg" "--enable-fuse" "--enable-rfxcodec" "--enable-opus" ]; 61 + configureFlags = [ "--with-systemdsystemunitdir=/var/empty" "--enable-ipv6" "--enable-jpeg" "--enable-fuse" "--enable-rfxcodec" "--enable-opus" ]; 62 62 63 63 installFlags = [ "DESTDIR=$(out)" "prefix=" ]; 64 64