avahi: enable parallel building

Tested with 8 cores.
This commit is contained in:
Alyssa Ross
2026-04-19 12:18:32 +02:00
parent 9ce0d933e7
commit 8e5edd4605
+2
View File
@@ -222,6 +222,8 @@ stdenv.mkDerivation rec {
ln -s avahi-compat-libdns_sd/dns_sd.h "$dev/include/dns_sd.h"
'';
enableParallelBuilding = true;
passthru.tests = {
smoke-test = nixosTests.avahi;
smoke-test-resolved = nixosTests.avahi-with-resolved;