forked from mirrors/nixpkgs
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:
parent
20b4c8726a
commit
f26edb5257
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue