treewide: Add meta.mainProgram
Based on ofborg feedback. Part of https://github.com/NixOS/nixpkgs/pull/246386
This commit is contained in:
@@ -572,5 +572,6 @@ in with passthru; stdenv.mkDerivation {
|
||||
license = licenses.psfl;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
mainProgram = "python3";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user