about summary refs log tree commit diff
path: root/pkgs/tools/networking/openssh/builder.sh
blob: 198c809a49ed6c46f2402f7bcee50fcdec549d5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source $stdenv/setup


configureFlags="--with-privsep-path=$out/empty"
 
installPhase() {
   make install-nokeys
}
installPhase=installPhase

genericBuild