mypaint: build with format other and add setuptools

This commit is contained in:
Martin Weinelt 2022-09-19 05:03:55 +02:00 committed by Sandro Jäckel
parent 8b416a1eba
commit c0c5bc4eec
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -23,6 +23,7 @@ let
in buildPythonApplication rec {
pname = "mypaint";
version = "2.0.1";
format = "other";
src = fetchFromGitHub {
owner = "mypaint";
@ -48,6 +49,7 @@ in buildPythonApplication rec {
wrapGAppsHook
gobject-introspection # for setup hook
hicolor-icon-theme # fór setup hook
python3.pkgs.setuptools
];
buildInputs = [