about summary refs log tree commit diff
path: root/pkgs/applications/networking/pyload
AgeCommit message (Collapse)AuthorFilesLines
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-10-01spidermonkey: remove spidermonkey_38 -> spidermonkey aliasMaciej Krüger1-2/+2
This removes the spidermonkey alias and renames it in the packages still using it Not sure if we need it in aliases.nix since just about nothing depends on it anymore Additionally considering removal should be a good choice, it's at least insecure so it should get tagged as such
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-02pyload: fix buildJonathan Ringer1-5/+5
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-2/+1
2017-10-30pythonPackages.beautifulsoup: Move into pyload, no longer depended upon by ↵adisbladis2-2/+29
any packages
2016-11-26pyload: add send2trash as depMatthias Herrmann1-3/+3
With this pyload is able to move compressed files into trash after unpacking them
2016-10-30pyload change: another patch for missing templatesMatthias Herrmann1-3/+3
2016-10-29pyload: init at 0.4.9-nextMatthias Herrmann1-0/+54