nixd: work around meson bug to fix build

This commit is contained in:
Grimmauld
2025-10-04 10:33:04 +02:00
parent 3a76e13d78
commit 95996e9426
@@ -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";