Unverified Commit 5a94735b authored by Gabriel Arazas's avatar Gabriel Arazas
Browse files

halftone: add meta.mainProgram and meta.platforms

parent 9e7bee8b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}