lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #69145 from delroth/mcomix-setuptools

mcomix: add missing setuptools dependency

authored by

worldofpeace and committed by
GitHub
ad09694e 1673f3d4

+1 -1
+1 -1
pkgs/applications/graphics/mcomix/default.nix
··· 9 9 sha256 = "0fzsf9pklhfs1rzwzj64c0v30b74nk94p93h371rpg45qnfiahvy"; 10 10 }; 11 11 12 - propagatedBuildInputs = with python27Packages; [ pygtk pillow ]; 12 + propagatedBuildInputs = with python27Packages; [ pygtk pillow setuptools ]; 13 13 14 14 doCheck = false; 15 15