mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
monkeysphere: wrap the monkeysphere executable with the necessary crypto libraries for ssh-proxycommand
This commit is contained in:
parent
823facf2cc
commit
8c5da2713c
@ -24,6 +24,11 @@ stdenv.mkDerivation rec {
|
|||||||
CryptOpenSSLRSA
|
CryptOpenSSLRSA
|
||||||
CryptOpenSSLBignum
|
CryptOpenSSLBignum
|
||||||
]}"
|
]}"
|
||||||
|
wrapProgram $out/bin/monkeysphere --prefix PERL5LIB :\
|
||||||
|
"${with perlPackages; stdenv.lib.makePerlPath [
|
||||||
|
CryptOpenSSLRSA
|
||||||
|
CryptOpenSSLBignum
|
||||||
|
]}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user