Leseratte10 / acsm-calibre-plugin

Calibre plugin for ACSM->EPUB and ACSM->PDF conversion.
https://www.mobileread.com/forums/showthread.php?t=341975
GNU General Public License v3.0
652 stars 23 forks source link

feat: make libcrypto and libssl paths overrideable #95

Closed nydragon closed 1 month ago

nydragon commented 3 months ago

Allows overriding libcrypto and libssl paths by setting ACSM_LIBCRYPTO and ACSM_LIBSSL (both are necessary).

This is necessary to properly use the plugin on NixOS where library paths change quite frequently and are not necessarily in the scope of an application.

related to #68 closes #94

ThePinkUnicorn6 commented 1 month ago

Thank you for this, works perfectly for me :+1:

Leseratte10 commented 1 month ago

Huh, sorry, I seem to have missed this merge request.

I've never used NixOS so I'm not sure how this works / why it's necessary, but given that the issue report has four upvotes, the code looks sensible and someone else confirmed it's working, I see no reason to not merge it.

Thanks.

nydragon commented 1 month ago

Huh, sorry, I seem to have missed this merge request.

I've never used NixOS so I'm not sure how this works / why it's necessary, but given that the issue report has four upvotes, the code looks sensible and someone else confirmed it's working, I see no reason to not merge it.

Thanks.

Thank you! I guess it would also find uses in trying out libraries that arent in the default path

nydragon commented 1 month ago

@Leseratte10 Would you mind if I submit a PR explaining the install/use process for NixOS?