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 , openssl 33 , pango 34 , procps 35 - , python37 36 - , python37Packages 37 , stdenv 38 , systemd 39 , xdg-utils ··· 101 dontBuild = true; 102 103 buildInputs = [ 104 - python37 105 - python37Packages.dbus-python 106 ]; 107 108 nativeBuildInputs = [
··· 32 , openssl 33 , pango 34 , procps 35 + , python3 36 , stdenv 37 , systemd 38 , xdg-utils ··· 100 dontBuild = true; 101 102 buildInputs = [ 103 + python3 104 + python3.pkgs.dbus-python 105 ]; 106 107 nativeBuildInputs = [