How to depend on packages from other buckets? #6105
Unanswered
bharatvaj
asked this question in
Help and Questions
Replies: 1 comment 2 replies
-
Lynx declares that it requires Win32/32bit OpenSSL 3.0.x lib.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following this issue: ScoopInstaller/Main#5897
It seems that the version of openssl (openssl-light) required for lynx, is in the bucket
versions
.Locally, I just did
scoop bucket add versions
and changed the manifest of lynx.json to depend on openssl-light and it works.Though this won't work for other users if they have only main bucket installed. Is there any way in the manifest file, to select a package from a particular bucket, such as:
@versions/openssl-light
?Beta Was this translation helpful? Give feedback.
All reactions