8 python3Packages.buildPythonApplication rec {
10 version = "0.9.3.11.4";
12 src = fetchFromGitHub {
16 hash = "sha256-r/XJIHxi/0+G+Xm0ftuffl01SGwnkSXk0OpAy8yoXzc=";
23 propagatedBuildInputs = with python3Packages; [
33 # Disable update check
34 substituteInPlace pyradio/config \
35 --replace-fail "distro = None" "distro = NixOS"
39 $out/bin/pyradio --help
47 homepage = "http://www.coderholic.com/pyradio/";
48 description = "Curses based internet radio player";
49 mainProgram = "pyradio";
50 changelog = "https://github.com/coderholic/pyradio/releases/tag/${version}";
51 license = licenses.mit;
52 maintainers = with maintainers; [