zoom: enable parallelBuilding and __structuredAttrs

This commit is contained in:
SandaruKasa
2026-05-21 23:03:24 +03:00
parent 8d0a7d4c04
commit f31f0d2fe2
+3
View File
@@ -34,6 +34,9 @@ stdenv.mkDerivation (finalAttrs: {
libxrender
];
__structuredAttrs = true;
enableParallelBuilding = true;
env.NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype2 -fgnu89-inline";
meta = {