mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #69145 from delroth/mcomix-setuptools
mcomix: add missing setuptools dependency
This commit is contained in:
commit
ad09694ef3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue