Merge pull request #17972 from phanimahesh/deluge

python-pkgs:deluge: pin dependency libtorrent-rasterbar to 1.0.9
This commit is contained in:
Frederik Rietdijk 2016-08-26 20:30:06 +02:00 committed by GitHub
commit 59f04899aa

View File

@ -8952,7 +8952,7 @@ in modules // {
}; };
propagatedBuildInputs = with self; [ 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 ]; nativeBuildInputs = [ pkgs.intltool ];