Merge pull request #35361 from sconybeare/master
monkeysphere: wrap the monkeysphere executable with the necessary crypto libraries …
This commit is contained in:
commit
5e06ec7ab8
@ -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…
x
Reference in New Issue
Block a user