zoom: enable parallelBuilding and __structuredAttrs
This commit is contained in:
@@ -34,6 +34,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libxrender
|
||||
];
|
||||
|
||||
__structuredAttrs = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype2 -fgnu89-inline";
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user