fix(calibre): allow overriding of openssl libraries for ACSM Input plugin
This commit is contained in:
parent
8be8ff08ac
commit
d805d9c3e5
1 changed files with 4 additions and 1 deletions
|
@ -119,7 +119,10 @@
|
||||||
++ [
|
++ [
|
||||||
(pkgs.calibre.overrideAttrs (old: {
|
(pkgs.calibre.overrideAttrs (old: {
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/calibre --prefix QT_QPA_PLATFORM = "xcb"
|
wrapProgram $out/bin/calibre \
|
||||||
|
--set QT_QPA_PLATFORM xcb \
|
||||||
|
--set-default ACSM_LIBCRYPTO ${pkgs.openssl.out}/lib/libcrypto.so \
|
||||||
|
--set-default ACSM_LIBSSL ${pkgs.openssl.out}/lib/libssl.so
|
||||||
'';
|
'';
|
||||||
}))
|
}))
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue