appgate-sdp: use python3Packages instead of python37Packages

This commit is contained in:
Sandro Jäckel
2021-09-01 21:23:23 +02:00
committed by Martin Weinelt
parent 95dd425674
commit af122f6929
@@ -32,8 +32,7 @@
, openssl
, pango
, procps
, python37
, python37Packages
, python3
, stdenv
, systemd
, xdg-utils
@@ -101,8 +100,8 @@ stdenv.mkDerivation rec {
dontBuild = true;
buildInputs = [
python37
python37Packages.dbus-python
python3
python3.pkgs.dbus-python
];
nativeBuildInputs = [