matrix-synapse: use python3
This commit is contained in:
parent
bc561526d1
commit
b720ecb9ee
@ -1,8 +1,8 @@
|
|||||||
{ lib, stdenv, python2
|
{ lib, stdenv, python3
|
||||||
, enableSystemd ? true
|
, enableSystemd ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with python2.pkgs;
|
with python3.pkgs;
|
||||||
|
|
||||||
let
|
let
|
||||||
matrix-synapse-ldap3 = buildPythonPackage rec {
|
matrix-synapse-ldap3 = buildPythonPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user