14 gobject-introspection,
20 pythonPackages.buildPythonApplication rec {
24 src = fetchFromGitHub {
27 rev = "refs/tags/${version}";
28 hash = "sha256-3j6IoMi30BQ8WHK4BxbsW+/3XZx7rBFd47EBENa2GiQ=";
34 chmod +x meson_post_install.py
35 patchShebangs meson_post_install.py
62 propagatedBuildInputs =
63 [ adwaita-icon-theme ]
64 ++ (with pythonPackages; [
70 broken = stdenv.hostPlatform.isDarwin;
71 description = "Pandora Internet Radio player for GNOME";
72 mainProgram = "pithos";
73 homepage = "https://pithos.github.io/";
74 license = licenses.gpl3;
75 maintainers = with maintainers; [ obadz ];