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

whipper: add mainProgram

This commit is contained in:
Robert Helgesson 2025-05-07 10:02:42 +02:00
parent 6a6c5ef7a4
commit 3e7e1fec67
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

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