mypaint: build with format other and add setuptools
This commit is contained in:
parent
8b416a1eba
commit
c0c5bc4eec
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ let
|
||||||
in buildPythonApplication rec {
|
in buildPythonApplication rec {
|
||||||
pname = "mypaint";
|
pname = "mypaint";
|
||||||
version = "2.0.1";
|
version = "2.0.1";
|
||||||
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mypaint";
|
owner = "mypaint";
|
||||||
|
@ -48,6 +49,7 @@ in buildPythonApplication rec {
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
gobject-introspection # for setup hook
|
gobject-introspection # for setup hook
|
||||||
hicolor-icon-theme # fór setup hook
|
hicolor-icon-theme # fór setup hook
|
||||||
|
python3.pkgs.setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue