ddccontrol-db: fix build (#425611)

This commit is contained in:
Weijia Wang
2025-07-17 12:38:43 +02:00
committed by GitHub
+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";