hostapd: add meta.mainProgram (#532282)

This commit is contained in:
oddlama
2026-06-19 14:59:26 +02:00
committed by GitHub

View File

@@ -128,6 +128,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://w1.fi/hostapd/";
description = "User space daemon for access point and authentication servers";
license = lib.licenses.bsd3;
mainProgram = "hostapd";
maintainers = with lib.maintainers; [ oddlama ];
platforms = lib.platforms.linux;
};