1
0
Fork 1
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:
Gabriel Arazas 2024-01-11 16:36:29 +08:00
parent 9e7bee8bb5
commit 5a94735bb4
No known key found for this signature in database
GPG key ID: ADE0C41DAB221FCC

View file

@ -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;
};
}