Commit graph

20 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 af1341142b src: 1.27 -> 1.28 2020-02-27 13:43:09 +00:00
R. RyanTM 7f33507e85 src: 1.26 -> 1.27
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/src/versions
2019-09-28 20:46:00 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 4478416816 src: 1.25 -> 1.26
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/src/versions
2019-06-02 22:07:34 -07:00
R. RyanTM 300c205cf9 src: 1.24 -> 1.25 (#61427)
* src: 1.24 -> 1.25
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/src/versions

* src: license is now BSD-2
+ move makeWrapper into nativeBuildInputs
+ add meta.changelog
2019-05-13 15:37:27 +02:00
R. RyanTM 663fde8c39 src: 1.22 -> 1.24
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/src/versions
2019-03-03 09:17:18 +01:00
R. RyanTM 8f369b9302 src: 1.18 -> 1.22
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/src/versions
2018-12-22 05:05:27 -08:00
AndersonTorres 9ff2b67dbc src: 1.17 -> 1.18 2018-03-18 22:38:38 -03:00
Victor Calvert 9a8306457e src: 1.13 -> 1.17 2018-02-02 11:20:39 -05:00
Victor Calvert 53a516b198 src: 1.12 -> 1.13 2017-04-02 22:36:02 -04:00
Victor Calvert 6e587c29dc src: wrap to properly resolve rcs at runtime 2017-03-20 00:55:41 -04:00
Victor Calvert bae9315a33 src: 1.11 -> 1.12 2017-03-20 00:55:41 -04:00
Frederik Rietdijk 57b9ff06f1 Remove top-level pylint
See #11567.
2016-08-14 13:07:26 +02:00
Shea Levy 6857424cf3 src: bump 2016-06-28 10:25:15 -04:00
Pascal Wittmann b6db9b9553 src: update from 0.13 to 0.19 2015-07-01 23:43:17 +02:00
Shea Levy 145768bf9b Unmaintain a bunch of packages 2015-07-01 08:11:05 -04:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Shea Levy 64453d01f4 src: bump 2014-11-26 18:25:13 -05:00
Shea Levy 5c7c63af66 Add src revision control software 2014-11-21 16:12:33 -05:00