mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
deluge: fix libtorrentRasterbar_1_0 reference (#18564)
This commit is contained in:
parent
b7fabd39b3
commit
4b55b0358a
|
@ -9161,7 +9161,7 @@ in modules // {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
pyGtkGlade pkgs.libtorrentRasterbar_1_09 twisted Mako chardet pyxdg self.pyopenssl modules.curses service-identity
|
||||
pyGtkGlade pkgs.libtorrentRasterbar_1_0 twisted Mako chardet pyxdg self.pyopenssl modules.curses service-identity
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkgs.intltool ];
|
||||
|
|
Loading…
Reference in a new issue