mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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
|
||||
CryptOpenSSLBignum
|
||||
]}"
|
||||
wrapProgram $out/bin/monkeysphere --prefix PERL5LIB :\
|
||||
"${with perlPackages; stdenv.lib.makePerlPath [
|
||||
CryptOpenSSLRSA
|
||||
CryptOpenSSLBignum
|
||||
]}"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user