about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/deluge
Commit message (Collapse)AuthorAge
* deluge: add glib so its hook works.Luke Granger-Brown2020-05-10
| | | | | | | | At the moment, runing `deluge` with the deluge package installed returns "No GSettings schemas are installed on the system". After this patch, XDG_DATA_DIRS includes the gsettings-desktop-schemas, which means the program actually manages to launch.
* deluge: remove use of deprecated aliasWill Dietz2020-04-18
|
* deluge: 1.3.15 -> 2.0.3Will Dietz2020-04-18
| | | | | | | | | | | | * let's try 2.0 version now, no time better than the present! Maybe! * bz2 -> xz * maybe python3 * disable pyGtkGlade for deps, maybe not needed? * fix gtk/etc deps, deluge-gtk works! \o/ * restore installation of images and such The old version is kept available as some torrent trackers have not updated their whitelists yet.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* deluge: add missing setuptools dependencyPierre Bourdon2019-09-11
| | | | | Latest staging merge broke nixos/tests/deluge.nix showing an ImportError for "pkg_resources": https://nix-cache.s3.amazonaws.com/log/h8qzkcjldal5j1925g0r04ncl5afjjnp-vm-test-run-deluge.drv
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libtorrentRasterbar: multi outputs, install python2/3 bindingsAustin Seipp2018-08-07
| | | | | | | Also fixes the Deluge build, which relied on .out and .python being the same. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* treewide: http -> https (#42665)Ryan Mulligan2018-06-27
|
* deluge: add patch for libtorrent >=0.16 compatYegor Timoshenko2018-06-14
|
* deluge: use libtorrentRasterbar instead of libtorrentRasterbar_1_0Andreas Rammhold2018-01-04
|
* deluge: 1.3.13 -> 1.3.15Grant Wu2017-08-30
Change libtorrentRasterbar dependency to 1.0.x series (required for 1.3.x series) Move Deluge out of pythonPackages (it doesn't support Python 3)