fix(pkgs): fix calibre plugin libcrypto
This commit is contained in:
parent
8ef74f0d75
commit
4934c824d3
1 changed files with 7 additions and 1 deletions
|
|
@ -28,7 +28,13 @@
|
||||||
drawio
|
drawio
|
||||||
gnome-connections
|
gnome-connections
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
calibre
|
(pkgs.calibre.overrideAttrs (old: {
|
||||||
|
postInstall = ''
|
||||||
|
wrapProgram $out/bin/calibre \
|
||||||
|
--set-default ACSM_LIBCRYPTO ${pkgs.openssl.out}/lib/libcrypto.so \
|
||||||
|
--set-default ACSM_LIBSSL ${pkgs.openssl.out}/lib/libssl.so
|
||||||
|
'';
|
||||||
|
}))
|
||||||
|
|
||||||
# Desktop Media things
|
# Desktop Media things
|
||||||
mpv-unwrapped
|
mpv-unwrapped
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue