You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is maybe related to #6, but I didn't want to hijack the discussion there.
I need to drop back down to openssl 1.1 for the time being. So far I've figured out two ways to do it. First was to make a branch on my fork of this project and change the override predicate to always return true. This was easy, but for sure not the right way.
I finally figured one way to do it with overrideAttrs, but it's feels kind of gross to need to use lists.remove
I have to imagine there is a more proper way to pass in openssl_1_1 since openssl is an argument to packageFn, but I can't figure out where to pass that in.
The text was updated successfully, but these errors were encountered:
The Ruby packages have several supported package options, which you can set using override. overrideAttrs is only needed when you want to change something in the derivation that isn't supported by those options.
This is maybe related to #6, but I didn't want to hijack the discussion there.
I need to drop back down to openssl 1.1 for the time being. So far I've figured out two ways to do it. First was to make a branch on my fork of this project and change the override predicate to always return true. This was easy, but for sure not the right way.
I finally figured one way to do it with overrideAttrs, but it's feels kind of gross to need to use
lists.remove
I have to imagine there is a more proper way to pass in
openssl_1_1
sinceopenssl
is an argument topackageFn
, but I can't figure out where to pass that in.The text was updated successfully, but these errors were encountered: