zabbix: enableParallelBuilding

This commit is contained in:
SandaruKasa
2025-09-09 01:29:00 +03:00
parent 6fedf17844
commit f509f323ed
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