Commit graph

11 commits

Author SHA1 Message Date
R. RyanTM fbbd31e0e8 python39Packages.foxdot: 0.8.11 -> 0.8.12 2021-06-16 12:50:04 -07:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM 0c1b8043dd python27Packages.foxdot: 0.8.8 -> 0.8.11 2020-07-03 12:04:37 -07:00
R. RyanTM 5b6405a83b python27Packages.foxdot: 0.8.7 -> 0.8.8 2020-05-27 12:17:34 -07:00
R. RyanTM 88be9a1b2f python27Packages.foxdot: 0.8.5 -> 0.8.7 2020-04-16 12:51:21 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 02a9dbcbf3 python27Packages.foxdot: 0.8.4 -> 0.8.5 2020-02-02 09:21:18 -08:00
Frederik Rietdijk dacd463cc9 python: FoxDot: 0.8.3 -> 0.8.4 2019-12-15 16:23:14 +01:00
R. RyanTM 2d272e93c8 python37Packages.foxdot: 0.8.1 -> 0.8.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-foxdot/versions
2019-10-07 10:52:50 -07:00
Vladyslav Burzakovskyy 32905843ab python37Packages.foxdot: init at 0.8.1 2019-08-22 16:06:42 +02:00