radiotray-ng: python3

This commit is contained in:
Will Dietz 2019-10-28 01:49:08 -05:00
parent 0be3118f7e
commit 86eedaf1ca
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -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";