0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

whipper: add mainProgram (#404868)

This commit is contained in:
Aleksana 2025-05-17 13:02:46 +08:00 committed by GitHub
commit ebd5b3e305
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,5 +123,6 @@ python3.pkgs.buildPythonApplication rec {
maintainers = with maintainers; [ emily ];
license = licenses.gpl3Plus;
platforms = platforms.unix;
mainProgram = "whipper";
};
}