7 stdenv.mkDerivation rec {
8 pname = "ddccontrol-db";
11 src = fetchFromGitHub {
15 sha256 = "sha256-u+buByJ7w1VHs4fGWNRy2EDFYheztbzpFga3tS6PnKk=";
18 nativeBuildInputs = [ autoreconfHook intltool ];
21 description = "Monitor database for DDCcontrol";
22 homepage = "https://github.com/ddccontrol/ddccontrol-db";
23 license = licenses.gpl2;
24 platforms = platforms.linux;
25 maintainers = [ lib.maintainers.pakhfn ];