Add PyFeed dependency. Starts now

This commit is contained in:
Michael Raskin 2012-09-13 14:32:38 +04:00
parent 5c767b9313
commit 917db3212f
1 changed files with 1 additions and 1 deletions

View File

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