calibre-web now does kobo sync

This commit is contained in:
Anish Lakhwara
2022-12-10 22:09:21 +10:00
parent 0313c9365a
commit 9f6a184d17
5 changed files with 26 additions and 15 deletions
+3
View File
@@ -7,6 +7,9 @@
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
calibre-web = prev.calibre-web.overrideAttrs (prevAttrs: rec {
propagatedBuildInputs = prevAttrs.propagatedBuildInputs ++ [ final.python3.pkgs.jsonschema ]; # allow kobo sync stuff
});
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });