14 src = fetchFromGitHub {
18 sha256 = "sha256-Dm+ELHtYZGSzJSrERtvpuuV5cVZ9ah9WQ0iTTJqGqVg=";
21 buildInputs = [ libxcb qtbase qtsvg ];
23 nativeBuildInputs = [ cmake ];
25 cmakeFlags = [ "-DCMAKE_INSTALL_PREFIX=" ];
27 installFlags = [ "DESTDIR=$(out)" ];
30 description = "Lightweight unofficial Spotify client using Qt";
31 mainProgram = "spotify-qt";
32 homepage = "https://github.com/kraxarn/spotify-qt";
33 license = licenses.gpl3Only;
34 maintainers = with maintainers; [ ];
35 platforms = platforms.unix;