about summary refs log tree commit diff
path: root/pkgs/servers/calibre-web
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-06-08 13:17:54 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-06-08 13:17:54 +0200
commit7e2f6fa137c0f4ecb53922fd54f666a91c9c2e09 (patch)
tree9e0a16e9c43c580622563686fabfd8a9b32000df /pkgs/servers/calibre-web
parent3b754ded2098664c5307e708b97c983dd52c86b3 (diff)
calibre-web: add missing input
Diffstat (limited to 'pkgs/servers/calibre-web')
-rw-r--r--pkgs/servers/calibre-web/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/calibre-web/default.nix b/pkgs/servers/calibre-web/default.nix
index 20e0e8f1383ee..9e7a9cae17309 100644
--- a/pkgs/servers/calibre-web/default.nix
+++ b/pkgs/servers/calibre-web/default.nix
@@ -2,7 +2,6 @@
 , fetchFromGitHub
 , nixosTests
 , python3
-, python3Packages
 }:
 
 python3.pkgs.buildPythonApplication rec {
@@ -16,9 +15,10 @@ python3.pkgs.buildPythonApplication rec {
     sha256 = "sha256-KjmpFetNhNM5tL34e/Pn1i3hc86JZglubSMsHZWu198=";
   };
 
-  propagatedBuildInputs = with python3Packages; [
+  propagatedBuildInputs = with python3.pkgs; [
     advocate
     backports_abc
+    chardet
     flask-babel
     flask_login
     flask_principal