Add PyFeed dependency. Starts now
This commit is contained in:
parent
5c767b9313
commit
917db3212f
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in New Issue