3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #68484 from delroth/deluge-setuptools

deluge: add missing setuptools dependency
This commit is contained in:
worldofpeace 2019-09-11 05:32:29 -04:00 committed by GitHub
commit d400d6f7ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ pythonPackages.buildPythonPackage rec {
propagatedBuildInputs = with pythonPackages; [ propagatedBuildInputs = with pythonPackages; [
pyGtkGlade twisted Mako chardet pyxdg pyopenssl service-identity pyGtkGlade twisted Mako chardet pyxdg pyopenssl service-identity
libtorrentRasterbar.dev libtorrentRasterbar.python libtorrentRasterbar.dev libtorrentRasterbar.python setuptools
]; ];
nativeBuildInputs = [ intltool ]; nativeBuildInputs = [ intltool ];