monkeysphere: wrap the monkeysphere executable with the necessary crypto libraries for ssh-proxycommand

This commit is contained in:
Sebastian Conybeare
2018-02-23 09:41:44 -06:00
parent 823facf2cc
commit 8c5da2713c
@@ -24,6 +24,11 @@ stdenv.mkDerivation rec {
CryptOpenSSLRSA
CryptOpenSSLBignum
]}"
wrapProgram $out/bin/monkeysphere --prefix PERL5LIB :\
"${with perlPackages; stdenv.lib.makePerlPath [
CryptOpenSSLRSA
CryptOpenSSLBignum
]}"
'';
meta = with stdenv.lib; {