Commit graph

7 commits

Author SHA1 Message Date
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 ffd70e88a4 python37Packages.django_classytags: 1.0.0 -> 2.0.0 2020-10-15 11:17:20 -07:00
Nikolay Korotkiy 02a85d844f pythonPackages.django_classytags: 0.9.0 -> 1.0.0 2020-02-02 09:42:12 -08:00
R. RyanTM 66a80c9907 python37Packages.django_classytags: 0.8.0 -> 0.9.0
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-django-classy-tags/versions
2019-06-02 09:51:50 -07:00
Uli Baum e1ff8dc5df pythonPackages.django_classytags: clarify why tests are disabled 2018-10-29 23:44:34 +01:00
R. RyanTM 5ae13d48d2 python36Packages.django_classytags: 0.6.1 -> 0.8.0
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.6-django-classy-tags/versions
2018-10-24 05:19:14 -07:00
Chris Ostrouchov 9c573f5379 pythonPackages.django_classtags: refactor move to python-modules 2018-10-17 07:46:59 +02:00