appgate-sdp: use python3Packages instead of python37Packages

authored by

Sandro Jäckel and committed by
Martin Weinelt
6b29e13f 191e88df

+3 -4
+3 -4
pkgs/applications/networking/appgate-sdp/default.nix
··· 32 32 , openssl 33 33 , pango 34 34 , procps 35 - , python37 36 - , python37Packages 35 + , python3 37 36 , stdenv 38 37 , systemd 39 38 , xdg-utils ··· 101 100 dontBuild = true; 102 101 103 102 buildInputs = [ 104 - python37 105 - python37Packages.dbus-python 103 + python3 104 + python3.pkgs.dbus-python 106 105 ]; 107 106 108 107 nativeBuildInputs = [