etebase-server: fix optional dependencies
This commit is contained in:
parent
a13e71c8e6
commit
7197d45919
@ -36,11 +36,8 @@ buildPythonPackage rec {
|
||||
pynacl
|
||||
redis
|
||||
typing-extensions
|
||||
] ++ lib.optional withLdap [
|
||||
python-ldap
|
||||
] ++ lib.optional withPostgres [
|
||||
psycopg2
|
||||
];
|
||||
] ++ lib.optional withLdap python-ldap
|
||||
++ lib.optional withPostgres psycopg2;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $out/lib
|
||||
|
Loading…
Reference in New Issue
Block a user