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
commit 5e06ec7ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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