forked from mirrors/nixpkgs
deluge: add service_identify
Required for proper TLS support.
This commit is contained in:
parent
c7db50e24f
commit
5dfe97dec5
|
@ -8433,7 +8433,7 @@ in modules // {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
pyGtkGlade pkgs.libtorrentRasterbar twisted Mako chardet pyxdg self.pyopenssl modules.curses
|
||||
pyGtkGlade pkgs.libtorrentRasterbar twisted Mako chardet pyxdg self.pyopenssl modules.curses service-identity
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkgs.intltool ];
|
||||
|
|
Loading…
Reference in a new issue