radiotray-ng: python3
This commit is contained in:
parent
0be3118f7e
commit
86eedaf1ca
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user