about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/deluge
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-01-30treewide: replace `lib/${python.libPrefix}/site-packages` with its shorthand ↵Sandro Jäckel1-1/+1
`${python.sitePackages}` which should be always preferred
2024-01-06python311Packages.zope-*: rename from zope_*Felix Buehler1-1/+1
2023-02-19python310Packages.mako: Normalize attribute, pname, dirnameMartin Weinelt1-1/+1
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-08-15deluge: 2.0.5 -> 2.1.1Peter Hoeg1-53/+85
2022-08-01deluge: fix the buildPeter Hoeg1-1/+1
2022-01-08deluge: 2.0.3 -> 2.0.5Jakub Kądziołka1-16/+2
2021-08-19deluge-1_x: Remove older version of Deluge (#134448)Jean-Paul Calderone1-42/+0
Deluge 1.x requires Python 2 which upstream has end-of-lifed. Deluge depends on pythonPackages.twisted, Python 2 support for which upstream has nowdropped. If pythonPackages.twisted is upgraded then Deluge 1.x breaks. So, remove it instead of leaving it broken. Deluge 2.x (deluge-2_x) is available and continues to work.
2021-03-29deluge: shut up ngettext error on webui start (#115055)Peter Hoeg1-13/+55
* deluge: shut up ngettext error on webui start
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-20libtorrentRasterbar: rename to libtorrent-rasterbarMilan Pässler2-4/+4
This is done to match upstream naming: https://github.com/NixOS/nixpkgs/pull/107194#issuecomment-748501379
2020-12-20deluge: move files to match common nixpkgs layoutMilan Pässler2-0/+0
No other packages have an own directory for each version with only one file in each directory.
2020-12-08deluge_1: Mark broken on darwinSandro Jäckel1-0/+1
2020-05-10deluge: add glib so its hook works.Luke Granger-Brown1-2/+2
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.
2020-04-18deluge: remove use of deprecated aliasWill Dietz1-2/+2
2020-04-18deluge: 1.3.15 -> 2.0.3Will Dietz2-0/+44
* 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.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-11deluge: add missing setuptools dependencyPierre Bourdon1-1/+1
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
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-07libtorrentRasterbar: multi outputs, install python2/3 bindingsAustin Seipp1-1/+2
Also fixes the Deluge build, which relied on .out and .python being the same. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-06-14deluge: add patch for libtorrent >=0.16 compatYegor Timoshenko1-1/+10
2018-01-04deluge: use libtorrentRasterbar instead of libtorrentRasterbar_1_0Andreas Rammhold1-2/+2
2017-08-30deluge: 1.3.13 -> 1.3.15Grant Wu1-0/+31
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)