mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
bazarr: Add missing dependency for PostgreSQL DB
Bazarr shipped with Nix currently doesn't support [PostgreSQL connection](https://wiki.bazarr.media/Additional-Configuration/PostgreSQL-Database/), because of this missing dependency
This commit is contained in:
parent
696718aaab
commit
6c1b818838
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||
ps.gevent-websocket
|
||||
ps.pillow
|
||||
ps.setuptools
|
||||
ps.psycopg2
|
||||
]))
|
||||
] ++ runtimeProgDeps;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user