Add calibre
This commit is contained in:
parent
71de72c798
commit
d56b3bb359
2 changed files with 12 additions and 0 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"pkgs"
|
||||||
|
]
|
||||||
|
}
|
|
@ -35,6 +35,13 @@
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_US-large
|
hunspellDicts.en_US-large
|
||||||
pkgs-stable.orca-slicer # 3d-printing
|
pkgs-stable.orca-slicer # 3d-printing
|
||||||
|
(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
|
||||||
|
'';
|
||||||
|
})) # E-book reading (with overridden openssl libs for acsm-calibre-plugin support)
|
||||||
|
|
||||||
# Video
|
# Video
|
||||||
jellyfin-media-player # Jellyfin electron client w/ MPV
|
jellyfin-media-player # Jellyfin electron client w/ MPV
|
||||||
|
|
Loading…
Reference in a new issue