nixos/calibre-web: init module

This commit is contained in:
Pavel Borzenkov
2021-03-27 14:43:33 +03:00
parent f069cdb0dc
commit 58ce51ed06
5 changed files with 223 additions and 0 deletions
+3
View File
@@ -1,5 +1,6 @@
{ lib
, fetchFromGitHub
, nixosTests
, python3
, python3Packages
}:
@@ -59,6 +60,8 @@ python3.pkgs.buildPythonApplication rec {
Wand
];
passthru.tests.calibre-web = nixosTests.calibre-web;
meta = with lib; {
description = "Web app for browsing, reading and downloading eBooks stored in a Calibre database";
maintainers = with maintainers; [ pborzenkov ];