dnsmasq: add meta.mainProgram

This commit is contained in:
Yarny0 2023-08-16 17:41:13 +02:00
parent 1bb671bd23
commit ff64c702c0

View File

@ -90,6 +90,7 @@ stdenv.mkDerivation rec {
description = "An integrated DNS, DHCP and TFTP server for small networks";
homepage = "https://www.thekelleys.org.uk/dnsmasq/doc.html";
license = licenses.gpl2;
mainProgram = "dnsmasq";
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ eelco fpletz globin ];
};