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:
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://savannah.gnu.org/projects/cppi/";
|
||||
|
||||
description = "A C preprocessor directive indenter";
|
||||
mainProgram = "cppi";
|
||||
|
||||
longDescription =
|
||||
'' GNU cppi indents C preprocessor directives to reflect their nesting
|
||||
|
||||
Reference in New Issue
Block a user