From 839b49f18dcf4ed74d590ac212259fa3e3779692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 2 Jul 2020 13:07:17 +0200 Subject: =?UTF-8?q?Add=20new=20dependency=20for=20Denise=E2=80=99s=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/private/websites/denise/oms.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/private') diff --git a/modules/private/websites/denise/oms.nix b/modules/private/websites/denise/oms.nix index 81a996b..2c5e90e 100644 --- a/modules/private/websites/denise/oms.nix +++ b/modules/private/websites/denise/oms.nix @@ -33,7 +33,7 @@ in { Type = "simple"; WorkingDirectory = varDir; ExecStart = let - python = pkgs.python3.withPackages (p: [ p.gunicorn p.flask p.matplotlib ]); + python = pkgs.python3.withPackages (p: [ p.gunicorn p.flask p.matplotlib p.unidecode ]); in "${python}/bin/gunicorn -w4 -p /run/denise_oms/gunicorn.pid --bind unix:${socket} app:app"; User = "buildbot"; -- cgit v1.2.3