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

This commit is contained in:
Sebastian Conybeare 2018-02-22 14:02:52 -06:00
parent 823facf2cc
commit 8c5da2713c
No known key found for this signature in database
GPG key ID: 530613A9AE0DE008

View file

@ -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; {