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:
Armijn Hemel 2005-01-10 15:33:43 +00:00
parent 5be8b1821a
commit a8d8a8f82c

View file

@ -3,11 +3,9 @@
configureFlags="--with-privsep-path=$out/empty" configureFlags="--with-privsep-path=$out/empty"
postInstall() { installPhase() {
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 make install-nokeys
chmod +r $out/libexec/ssh-keysign
} }
#postInstall=postInstall installPhase=installPhase
genericBuild genericBuild