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:
parent
5c767b9313
commit
917db3212f
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = with pythonPackages;
|
||||
[
|
||||
python twisted urwid beautifulsoup wxPython distribute pygobject
|
||||
wokkel pythonDBus
|
||||
wokkel pythonDBus pyfeed
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
|
|
Loading…
Reference in a new issue