12 pname = "deadbeef-lyricbar-plugin";
13 version = "unstable-2019-01-29";
15 src = fetchFromGitHub {
17 repo = "deadbeef-lyricbar";
18 rev = "8f99b92ef827c451c43fc7dff38ae4f15c355e8e";
19 sha256 = "108hx5530f4xm8p9m2bk79nq7jkhcj39ad3vmxb2y6h6l2zv5kwl";
22 nativeBuildInputs = [ pkg-config ];
29 buildFlags = [ "gtk3" ];
32 description = "Plugin for DeaDBeeF audio player that fetches and shows the song’s lyrics";
33 homepage = "https://github.com/C0rn3j/deadbeef-lyricbar";
34 license = licenses.mit;
35 maintainers = [ maintainers.jtojnar ];
36 platforms = platforms.linux;