Merge pull request #121170 from samuelgrf/add-mainProgram-to-packages

This commit is contained in:
Sandro
2021-04-30 01:20:37 +02:00
committed by GitHub
22 changed files with 24 additions and 0 deletions

View File

@@ -30,5 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ashishb/adb-enhanced";
license = licenses.asl20;
maintainers = with maintainers; [ vtuan10 ];
mainProgram = "adbe";
};
}