mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-21 11:33:24 +00:00
halftone: add meta.mainProgram and meta.platforms
This commit is contained in:
parent
9e7bee8bb5
commit
5a94735bb4
|
@ -56,6 +56,8 @@ python3Packages.buildPythonApplication rec {
|
|||
homepage = "https://github.com/tfuxu/halftone";
|
||||
description = "Simple app for giving images that pixel-art style";
|
||||
license = licenses.gpl3Plus;
|
||||
mainProgram = "halftone";
|
||||
maintainers = with maintainers; [ foo-dogsquared ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue