whipper: add mainProgram (#404868)

This commit is contained in:
Aleksana
2025-05-17 13:02:46 +08:00
committed by GitHub
+1
View File
@@ -123,5 +123,6 @@ python3.pkgs.buildPythonApplication rec {
maintainers = with maintainers; [ emily ];
license = licenses.gpl3Plus;
platforms = platforms.unix;
mainProgram = "whipper";
};
}