mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
nqptp: add meta.mainProgram
This commit is contained in:
parent
328cc41bf2
commit
92b74fee6e
|
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/mikebrady/nqptp";
|
||||
description = "Daemon and companion application to Shairport Sync that monitors timing data from any PTP clocks";
|
||||
license = lib.licenses.gpl2Only;
|
||||
mainProgram = "nqptp";
|
||||
maintainers = with lib.maintainers; [ jordanisaacs adamcstephens ];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.freebsd;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue