about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-09-29 09:16:47 +0200
committerVladimír Čunát <v@cunat.cz>2022-09-29 09:16:47 +0200
commit8ba120420fbdd9bd35b3a5366fa0206d8c99ade3 (patch)
tree24fa0aeda94ac2d578a1752373e9a04da265cc88 /pkgs/applications/graphics
parentfd7a18259e351055b656f2cb1260d831edb9dd57 (diff)
parent5a18fc74cfb4fac3083efd8d7a18d000334a890f (diff)
Merge #191339: staging-next 2022-09-15
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/mypaint/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/mypaint/default.nix b/pkgs/applications/graphics/mypaint/default.nix
index b93b4794db81f..7f1ba67acce6a 100644
--- a/pkgs/applications/graphics/mypaint/default.nix
+++ b/pkgs/applications/graphics/mypaint/default.nix
@@ -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 = [