mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
hostapd: add meta.mainProgram (#532282)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user