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:
commit
08eaf76667
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue