about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2019-09-20 12:10:43 +0200
committerPierre Bourdon <delroth@gmail.com>2019-09-20 12:11:00 +0200
commiteef06df7f5285c551521907c70126aa8a92de982 (patch)
tree8d7bbe5df19d5f86357f21600d7bc033def1e374 /pkgs/applications/graphics
parent22325331d282b2a5347a616189daf517e69b4dd7 (diff)
downloadnixlib-eef06df7f5285c551521907c70126aa8a92de982.tar
nixlib-eef06df7f5285c551521907c70126aa8a92de982.tar.gz
nixlib-eef06df7f5285c551521907c70126aa8a92de982.tar.bz2
nixlib-eef06df7f5285c551521907c70126aa8a92de982.tar.lz
nixlib-eef06df7f5285c551521907c70126aa8a92de982.tar.xz
nixlib-eef06df7f5285c551521907c70126aa8a92de982.tar.zst
nixlib-eef06df7f5285c551521907c70126aa8a92de982.zip
mcomix: add missing setuptools dependency
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/mcomix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/mcomix/default.nix b/pkgs/applications/graphics/mcomix/default.nix
index 7ae5286f7622..7130d21b8ef4 100644
--- a/pkgs/applications/graphics/mcomix/default.nix
+++ b/pkgs/applications/graphics/mcomix/default.nix
@@ -9,7 +9,7 @@ python27Packages.buildPythonApplication rec {
       sha256 = "0fzsf9pklhfs1rzwzj64c0v30b74nk94p93h371rpg45qnfiahvy";
     };
 
-    propagatedBuildInputs = with python27Packages; [ pygtk pillow ];
+    propagatedBuildInputs = with python27Packages; [ pygtk pillow setuptools ];
 
     doCheck = false;