From fca35adf039a582fc0d7f9b80cbb1150d76b2df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 21 Oct 2022 07:56:36 +0200 Subject: [PATCH] calibre-web: don't use the flask_login alias This was somehow forgotten in a11a2a6d18 (PR #196488). --- pkgs/servers/calibre-web/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/calibre-web/default.nix b/pkgs/servers/calibre-web/default.nix index 91a5e4fdd1c5..50198b392797 100644 --- a/pkgs/servers/calibre-web/default.nix +++ b/pkgs/servers/calibre-web/default.nix @@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication rec { backports_abc chardet flask-babel - flask_login + flask-login flask_principal flask-wtf iso-639