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 # User-agent info
, lsb-release , lsb-release
# rt2rtng # rt2rtng
, python2 , python3
# Testing # Testing
, gtest , gtest
# Fixup # Fixup
@ -36,7 +36,7 @@ let
gst-libav gst-libav
]; ];
# For the rt2rtng utility for converting bookmark file to -ng format # For the rt2rtng utility for converting bookmark file to -ng format
pythonInputs = with python2.pkgs; [ python2 lxml ]; pythonInputs = with python3.pkgs; [ python lxml ];
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "radiotray-ng"; pname = "radiotray-ng";