salut-a-toi: remove distribute dependency (not needed)

This commit is contained in:
Domen Kožar 2013-12-29 10:24:37 +01:00
parent 8993655f4c
commit 5ac2d969f2

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
buildInputs = with pythonPackages; buildInputs = with pythonPackages;
[ [
python twisted urwid beautifulsoup wxPython distribute pygobject python twisted urwid beautifulsoup wxPython pygobject
wokkel pythonDBus pyfeed wrapPython wokkel pythonDBus pyfeed wrapPython
]; ];