9 , gobject-introspection
16 python3Packages.buildPythonApplication rec {
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-o55eimlDy86mbwveARxVXauMQEneAchVi2RNaj6FYxs=";
46 propagatedBuildInputs = with python3Packages; [
52 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
56 homepage = "https://github.com/tfuxu/halftone";
57 description = "Simple app for giving images that pixel-art style";
58 license = licenses.gpl3Plus;
59 mainProgram = "halftone";
60 maintainers = with maintainers; [ foo-dogsquared ];
61 platforms = platforms.linux;