]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/denise/oms.nix
Add new dependency for Denise’s app
[perso/Immae/Config/Nix.git] / modules / private / websites / denise / oms.nix
index 81a996b87175efb59d3d274b9eb43f4f83528bd8..2c5e90e3b33e88fa6d86394942ae2a081c7260c0 100644 (file)
@@ -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";