ddccontrol-db: fix build

This commit is contained in:
Weijia Wang
2025-07-16 11:02:32 +02:00
parent bb6f90906a
commit ce07d52ff0
+10 -2
View File
@@ -1,7 +1,9 @@
{
lib,
stdenv,
autoreconfHook,
autoconf,
automake,
libtool,
intltool,
fetchFromGitHub,
}:
@@ -18,10 +20,16 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
autoreconfHook
autoconf
automake
intltool
libtool
];
preConfigure = ''
./autogen.sh
'';
meta = with lib; {
description = "Monitor database for DDCcontrol";
homepage = "https://github.com/ddccontrol/ddccontrol-db";