python-pkgs:deluge: pin dependency libtorrent-rasterbar to 1.0.9

See https://github.com/NixOS/nixpkgs/issues/17924 for context
This commit is contained in:
J Phani Mahesh 2016-08-24 23:58:27 +05:30
parent 20b4c8726a
commit f26edb5257

View file

@ -8878,7 +8878,7 @@ in modules // {
};
propagatedBuildInputs = with self; [
pyGtkGlade pkgs.libtorrentRasterbar twisted Mako chardet pyxdg self.pyopenssl modules.curses service-identity
pyGtkGlade pkgs.libtorrentRasterbar_1_09 twisted Mako chardet pyxdg self.pyopenssl modules.curses service-identity
];
nativeBuildInputs = [ pkgs.intltool ];