forked from mirrors/nixpkgs
don't install keys. The Nix scripts empty the whole environment, including
some variables that are used by ssh-keygen. svn path=/nixpkgs/branches/nixos-pkgs/; revision=2001
This commit is contained in:
parent
5be8b1821a
commit
a8d8a8f82c
|
@ -3,11 +3,9 @@
|
|||
|
||||
configureFlags="--with-privsep-path=$out/empty"
|
||||
|
||||
postInstall() {
|
||||
rm $out/etc/ssh_host_dsa_key $out/etc/ssh_host_dsa_key.pub $out/etc/ssh_host_key $out/etc/ssh_host_key.pub $out/etc/ssh_host_rsa_key $out/etc/ssh_host_rsa_key.pub
|
||||
|
||||
chmod +r $out/libexec/ssh-keysign
|
||||
installPhase() {
|
||||
make install-nokeys
|
||||
}
|
||||
#postInstall=postInstall
|
||||
installPhase=installPhase
|
||||
|
||||
genericBuild
|
||||
|
|
Loading…
Reference in a new issue