matrix-synapse: use python3

This commit is contained in:
Robert Schütz 2019-01-11 15:59:03 +01:00
parent bc561526d1
commit b720ecb9ee

View file

@ -1,8 +1,8 @@
{ lib, stdenv, python2
{ lib, stdenv, python3
, enableSystemd ? true
}:
with python2.pkgs;
with python3.pkgs;
let
matrix-synapse-ldap3 = buildPythonPackage rec {