* Symlink $out/bin to $out/libexec.
svn path=/nixpkgs/trunk/; revision=9659
This commit is contained in:
@@ -20,6 +20,8 @@ stdenv.mkDerivation {
|
||||
)
|
||||
";
|
||||
|
||||
postInstall = "ln -s libexec $out/bin";
|
||||
|
||||
buildInputs = [openssh]; # !!! make openssh a runtime dependency only
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user