treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
This commit is contained in:
@@ -23,6 +23,7 @@ buildPythonApplication rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Finds problems in C++ source that slow development of large code bases";
|
||||
mainProgram = "cppclean";
|
||||
homepage = "https://github.com/myint/cppclean";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nthorne ];
|
||||
|
||||
Reference in New Issue
Block a user