Merge pull request #136811 from kira-bruneau/grafana

grafana: add meta.mainProgram
This commit is contained in:
Ben Siraphob 2021-09-05 17:11:25 -05:00 committed by GitHub
commit f94d1db2c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,5 +71,6 @@ buildGoModule rec {
homepage = "https://grafana.com";
maintainers = with maintainers; [ offline fpletz willibutz globin ma27 Frostman ];
platforms = platforms.linux ++ platforms.darwin;
mainProgram = "grafana-server";
};
}