Merge pull request #35361 from sconybeare/master

monkeysphere: wrap the monkeysphere executable with the necessary crypto libraries …
This commit is contained in:
xeji
2018-04-29 22:14:32 +02:00
committed by GitHub

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