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