Commit graph

14 commits

Author SHA1 Message Date
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
rnhmjoj ffa3b2b459
pirate-get: 0.3.7 -> 0.4.0 2020-05-28 14:14:48 +02:00
R. RyanTM 2dde5ffe4a pirate-get: 0.3.5 -> 0.3.7 2020-05-19 22:10:51 +00:00
R. RyanTM 365eb878a9 pirate-get: 0.3.4 -> 0.3.5 2020-03-30 20:21:50 -07:00
R. RyanTM 4622f4d850 pirate-get: 0.3.3 -> 0.3.4 2019-12-08 16:27:21 -08:00
R. RyanTM 7264d801a6 pirate-get: 0.3.2 -> 0.3.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/pirate-get/versions
2019-02-04 10:16:42 -08:00
Michele Guerini Rocco 114fe007db pirate-get: 0.3.1 -> 0.3.2 (#45975) 2018-09-03 22:10:02 +02:00
Frederik Rietdijk 5523162e85 pirate-get: add missing dependency 2018-06-22 13:09:47 +02:00
Frederik Rietdijk 37c3de2380 python: pirate-get: 0.3.0 -> 0.3.1 2018-06-22 13:09:47 +02:00
Frederik Rietdijk 0726d95372 python: pirate-get: 0.2.13 -> 0.3.0 2018-06-22 13:09:36 +02:00
Frederik Rietdijk 832a5d3e31 python: pirate-get: 0.2.12 -> 0.2.13 2018-06-02 13:44:39 +02:00
rnhmjoj 375ff71380
pirate-get: 0.2.10 -> 0.2.12 2017-09-12 13:59:36 +02:00
rnhmjoj ceedd0b04a
pirate-get: 0.2.9 -> 0.2.10 2017-06-02 00:36:59 +02:00