zabbix: enableParallelBuilding (#441321)

This commit is contained in:
Yohann Boniface
2025-09-11 16:44:40 +00:00
committed by GitHub
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -20,6 +20,8 @@ import ./versions.nix (
inherit hash;
};
enableParallelBuilding = true;
nativeBuildInputs = [ pkg-config ];
buildInputs = [
libiconv
+2
View File
@@ -53,6 +53,8 @@ import ./versions.nix (
inherit hash;
};
enableParallelBuilding = true;
nativeBuildInputs = [
pkg-config
]
+3 -1
View File
@@ -48,6 +48,8 @@ import ./versions.nix (
inherit hash;
};
enableParallelBuilding = true;
nativeBuildInputs = [
autoreconfHook
pkg-config
@@ -59,7 +61,7 @@ import ./versions.nix (
libiconv
libxml2
openssl
(if (lib.versions.major version >= "7" && lib.versions.minor version >= "4") then pcre2 else pcre)
(if lib.versionAtLeast version "7.4" then pcre2 else pcre)
zlib
]
++ optional odbcSupport unixODBC