7 python3Packages.buildPythonApplication rec {
9 version = "0.9.3.11.1";
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-k/MgvdR4ed9qMLx52AAK7Aq963/qkUyF+bam06yCZHc=";
22 propagatedBuildInputs = with python3Packages; [
32 # Disable update check
33 substituteInPlace pyradio/config \
34 --replace-fail "distro = None" "distro = NixOS"
38 $out/bin/pyradio --help
46 homepage = "http://www.coderholic.com/pyradio/";
47 description = "Curses based internet radio player";
48 mainProgram = "pyradio";
49 changelog = "https://github.com/coderholic/pyradio/releases/tag/${version}";
50 license = licenses.mit;
51 maintainers = with maintainers; [ contrun yayayayaka ];