15 stdenv.mkDerivation rec {
16 pname = "deadbeef-headerbar-gtk3-plugin";
19 src = fetchFromGitHub {
21 repo = "ddb_misc_headerbar_GTK3";
23 sha256 = "1v1schvnps7ypjqgcbqi74a45w8r2gbhrawz7filym22h1qr9wn0";
39 # Choose correct installation path
40 # https://github.com/saivert/ddb_misc_headerbar_GTK3/commit/50ff75f76aa9d40761e352311670a894bfcd5cf6#r30319680
41 makeFlags = [ "pkglibdir=$(out)/lib/deadbeef" ];
43 preConfigure = "./autogen.sh";
46 description = "Plug-in that adds GTK 3 header bar to the DeaDBeeF music player";
47 homepage = "https://github.com/saivert/ddb_misc_headerbar_GTK3";
48 license = licenses.gpl2Plus;
49 maintainers = [ maintainers.jtojnar ];
50 platforms = platforms.linux;