Merge pull request #72145 from dtzWill/update/radiotray-ng-0.2.7

radiotray-ng: 0.2.6 -> 0.2.7, py3
This commit is contained in:
Will Dietz 2019-11-05 07:41:19 -06:00 committed by GitHub
commit 3c8f637c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
# User-agent info
, lsb-release
# rt2rtng
, python2
, python3
# Testing
, gtest
# Fixup
@ -36,17 +36,17 @@ 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";
version = "0.2.6";
version = "0.2.7";
src = fetchFromGitHub {
owner = "ebruck";
repo = "radiotray-ng";
repo = pname;
rev = "v${version}";
sha256 = "0khrfxjas2ldh0kksq7l811srqy16ahjxchvz0hhykx5hykymxlb";
sha256 = "1v2nsz7s0jj0wmqabzk6akcf1353rachm1lfq77hxbq9z5pw8pgb";
};
nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook makeWrapper ];