nixd: work around meson bug to fix build (#448474)

This commit is contained in:
K900
2025-10-04 12:49:34 +03:00
committed by GitHub
@@ -36,6 +36,7 @@ let
ninja
python3
pkg-config
llvmPackages.llvm # workaround for a meson bug, where llvm-config is not found, making the build fail
];
mesonBuildType = "release";