a8d8a8f82c
some variables that are used by ssh-keygen. svn path=/nixpkgs/branches/nixos-pkgs/; revision=2001
12 lines
150 B
Bash
12 lines
150 B
Bash
. $stdenv/setup
|
|
|
|
|
|
configureFlags="--with-privsep-path=$out/empty"
|
|
|
|
installPhase() {
|
|
make install-nokeys
|
|
}
|
|
installPhase=installPhase
|
|
|
|
genericBuild
|