mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
deluge: fix libtorrentRasterbar_1_0 reference (#18564)
This commit is contained in:
parent
b7fabd39b3
commit
4b55b0358a
1 changed files with 1 additions and 1 deletions
|
@ -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