mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
mcomix: add missing setuptools dependency
This commit is contained in:
parent
22325331d2
commit
eef06df7f5
@ -9,7 +9,7 @@ python27Packages.buildPythonApplication rec {
|
||||
sha256 = "0fzsf9pklhfs1rzwzj64c0v30b74nk94p93h371rpg45qnfiahvy";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python27Packages; [ pygtk pillow ];
|
||||
propagatedBuildInputs = with python27Packages; [ pygtk pillow setuptools ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user