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

Merge pull request #1971 from matejc/deluge_curses

deluge: add curses module for deluge-console
This commit is contained in:
Domen Kožar 2014-03-16 16:15:48 +01:00
commit 08eaf76667

View file

@ -2395,7 +2395,7 @@ rec {
};
propagatedBuildInputs = with pkgs; [
pyGtkGlade libtorrentRasterbar twisted Mako chardet pyxdg pyopenssl
pyGtkGlade libtorrentRasterbar twisted Mako chardet pyxdg pyopenssl modules.curses
];
postInstall = ''