9 python3.pkgs.buildPythonApplication rec {
14 src = fetchFromGitHub {
17 rev = "refs/tags/v${version}";
18 hash = "sha256-VaJBNsT7uNOGY43GnzhUqDQNiPoFZcc2UaIfOKgkufg=";
21 nativeBuildInputs = with python3.pkgs; [
27 propagatedBuildInputs = with python3.pkgs; [
51 pythonRelaxDeps = true;
54 makeWrapperArgs+=("''${qtWrapperArgs[@]}")
58 description = " QT based Spotify music downloader written in Python";
59 homepage = "https://github.com/casualsnek/onthespot";
60 changelog = "https://github.com/casualsnek/onthespot/releases/tag/v${version}";
61 license = licenses.gpl2Only;
62 maintainers = with maintainers; [ onny ];
63 platforms = platforms.linux;