lol

Merge pull request #11991 from dezgeg/pr-openssh-purity

openssh: Compile with '--with-pid-dir' to improve build purity

+2
+2
pkgs/tools/networking/openssh/default.nix
··· 39 39 # properly when cross building. 40 40 configureFlags = [ 41 41 "--localstatedir=/var" 42 + "--with-pid-dir=/run" 42 43 "--with-mantype=man" 43 44 "--with-libedit=yes" 44 45 "--disable-strip" ··· 61 62 cp contrib/ssh-copy-id.1 $out/share/man/man1/ 62 63 ''; 63 64 65 + installTargets = [ "install-nokeys" ]; 64 66 installFlags = [ 65 67 "sysconfdir=\${out}/etc/ssh" 66 68 ];