treewide: Add meta.mainProgram

Based on ofborg feedback.
Part of https://github.com/NixOS/nixpkgs/pull/246386
This commit is contained in:
Robert Hensing
2023-08-01 12:21:05 +02:00
parent 4c1d3cee60
commit 34ee0260ec
20 changed files with 29 additions and 0 deletions
@@ -572,5 +572,6 @@ in with passthru; stdenv.mkDerivation {
license = licenses.psfl;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ fridh ];
mainProgram = "python3";
};
}