1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

Add PyFeed dependency. Starts now

This commit is contained in:
Michael Raskin 2012-09-13 14:32:38 +04:00
parent 5c767b9313
commit 917db3212f

View file

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