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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 53243c3a21 lr: 1.5 -> 1.5.1 2020-02-08 17:04:34 +00:00
Mario Rodas c8ca9ac23c lr: 1.4.1 -> 1.5 2020-01-03 12:52:03 +00:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Vika cd7142b288
lr: add myself (@kisik21) as maintainer
As an answer to #67638, I'm adopting this package, adding myself as a
maintainer.
2019-08-28 20:49:36 +03:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02: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 9f0ef9fb9f lr: 1.4 -> 1.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lr/versions
2019-03-12 15:02:48 +00:00
R. RyanTM 21a29c2720 lr: 1.3 -> 1.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lr/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/cwrqw239bf9kd1d82ljq7506j4ri4p8i-lr-1.4/bin/lr -h’ got 0 exit code
- directory tree listing: https://gist.github.com/7ffd474460d7e46863b9b0cf42f9c791
2018-05-01 15:17:01 +02:00
R. RyanTM 241bfef310 lr: 1.2 -> 1.3 (#38714)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lr/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/ls109sv311n7wqw85kbkqcdwrsqrlca9-lr-1.3/bin/lr -h’ got 0 exit code
- directory tree listing: https://gist.github.com/9c7fdd1add06970cc80d3e523d0f4e02
2018-04-11 10:36:45 +02:00
Renaud a5c6bbd25e
lr: 1.1 → 1.2 2017-11-25 16:53:47 +01:00
Renaud c9d69a255b
lr: 0.4 -> 1.1 2017-11-11 00:09:58 +01:00
Pascal Wittmann 24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Robin Gloster 4ebac8f702
lr: 0.3.2 -> 0.4 2017-08-12 18:27:08 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Robin Gloster 269b8a32ed
lr: 0.2 -> 0.3.2 2017-02-02 18:59:07 +01:00
Robin Gloster 371b57a716 lr: init at 0.2 2016-02-08 16:30:29 +00:00