appgate-sdp: use python3Packages instead of python37Packages

This commit is contained in:
Sandro Jäckel 2021-08-30 01:00:25 +02:00 committed by Martin Weinelt
parent 191e88dfbd
commit 6b29e13f36

View file

@ -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 = [