mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
Merge pull request #68484 from delroth/deluge-setuptools
deluge: add missing setuptools dependency
This commit is contained in:
commit
d400d6f7ea
|
@ -19,7 +19,7 @@ pythonPackages.buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
pyGtkGlade twisted Mako chardet pyxdg pyopenssl service-identity
|
||||
libtorrentRasterbar.dev libtorrentRasterbar.python
|
||||
libtorrentRasterbar.dev libtorrentRasterbar.python setuptools
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ intltool ];
|
||||
|
|
Loading…
Reference in a new issue