mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03: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; [
|
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 ];
|
nativeBuildInputs = [ pkgs.intltool ];
|
||||||
|
Loading…
Reference in New Issue
Block a user