mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
grafana: add meta.mainProgram
This commit is contained in:
parent
89b176219a
commit
8666c95a0e
@ -71,5 +71,6 @@ buildGoModule rec {
|
|||||||
homepage = "https://grafana.com";
|
homepage = "https://grafana.com";
|
||||||
maintainers = with maintainers; [ offline fpletz willibutz globin ma27 Frostman ];
|
maintainers = with maintainers; [ offline fpletz willibutz globin ma27 Frostman ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
mainProgram = "grafana-server";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user