about summary refs log tree commit diff
path: root/pkgs/applications/networking/appgate-sdp
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-08-30 01:00:25 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-05 15:00:37 +0200
commit6b29e13f36b95445fced271f93f43088c3647c89 (patch)
tree3e467bcf750caddae48c441879ac924def39e7a2 /pkgs/applications/networking/appgate-sdp
parent191e88dfbdfb82ad4db6596ee1f1686b6a6a6543 (diff)
appgate-sdp: use python3Packages instead of python37Packages
Diffstat (limited to 'pkgs/applications/networking/appgate-sdp')
-rw-r--r--pkgs/applications/networking/appgate-sdp/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/networking/appgate-sdp/default.nix b/pkgs/applications/networking/appgate-sdp/default.nix
index e894572dd78ca..397c64141ac99 100644
--- a/pkgs/applications/networking/appgate-sdp/default.nix
+++ b/pkgs/applications/networking/appgate-sdp/default.nix
@@ -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 = [