nixos/calibre-web: init module
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user