Commit graph

10 commits

Author SHA1 Message Date
Ben Siraphob a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07: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 cef4bc9f8a fff: 2.1 -> 2.2 2020-09-25 06:32:31 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Tadeo Kondrak 27c6ca9297 fff: 2.0 -> 2.1 2019-02-06 11:59:26 -05:00
Tadeo Kondrak 3707abbe90
fff: 1.8 -> 2.0 2019-01-29 00:08:51 -07:00
Tadeo Kondrak f188417cce
fff: 1.7 -> 1.8 2019-01-28 11:08:21 -07:00
Vladyslav Mykhailichenko 773f1a7a57
fff: 1.5 -> 1.7 2019-01-27 19:48:15 +02:00
Tadeo Kondrak 1691f36952
fff: init at 1.5 2019-01-20 16:32:14 -07:00