feat(calibre-web): switch to unstable package
Some checks failed
Test / tests (push) Failing after 36m14s
Some checks failed
Test / tests (push) Failing after 36m14s
This commit is contained in:
parent
9690a9de0f
commit
04fccc44e3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in
|
||||||
|
|
||||||
services.calibre-web = {
|
services.calibre-web = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.calibre-web.overridePythonAttrs (old: {
|
package = pkgs.unstable.calibre-web.overridePythonAttrs (old: {
|
||||||
dependencies = old.dependencies ++ old.optional-dependencies.kobo;
|
dependencies = old.dependencies ++ old.optional-dependencies.kobo;
|
||||||
});
|
});
|
||||||
group = "media";
|
group = "media";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue