From: Ismaël Bouya Date: Thu, 2 Jul 2020 11:07:17 +0000 (+0200) Subject: Add new dependency for Denise’s app X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=839b49f18dcf4ed74d590ac212259fa3e3779692;p=perso%2FImmae%2FConfig%2FNix.git Add new dependency for Denise’s app --- 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";