about summary refs log tree commit diff
path: root/pkgs/applications/audio/radiotray-ng
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-10-28 01:49:08 -0500
committerWill Dietz <w@wdtz.org>2019-10-28 01:49:08 -0500
commit86eedaf1ca351c44a520fc0014161b596576451c (patch)
treedef1cbe75d0f845319991fb259a60e2b3dfe6f42 /pkgs/applications/audio/radiotray-ng
parent0be3118f7eb47dc544bbd16a9d0eb25860b85d03 (diff)
radiotray-ng: python3
Diffstat (limited to 'pkgs/applications/audio/radiotray-ng')
-rw-r--r--pkgs/applications/audio/radiotray-ng/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/radiotray-ng/default.nix b/pkgs/applications/audio/radiotray-ng/default.nix
index a2e24a42ba742..a64e407b39b88 100644
--- a/pkgs/applications/audio/radiotray-ng/default.nix
+++ b/pkgs/applications/audio/radiotray-ng/default.nix
@@ -21,7 +21,7 @@
 # User-agent info
 , lsb-release
 # rt2rtng
-, python2
+, python3
 # Testing
 , gtest
 # Fixup
@@ -36,7 +36,7 @@ let
     gst-libav
   ];
   # For the rt2rtng utility for converting bookmark file to -ng format
-  pythonInputs = with python2.pkgs; [ python2 lxml ];
+  pythonInputs = with python3.pkgs; [ python lxml ];
 in
 stdenv.mkDerivation rec {
   pname = "radiotray-ng";