]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add new dependency for Denise’s app
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 2 Jul 2020 11:07:17 +0000 (13:07 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 2 Jul 2020 11:07:17 +0000 (13:07 +0200)
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";