Commit graph

22 commits

Author SHA1 Message Date
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
R. RyanTM 32b5606e9e pt2-clone: 1.28 -> 1.29 2021-03-20 22:33:34 -07:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +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
Francesco Gazzetta a82af793df pt2-clone: 1.27 -> 1.28 2021-01-01 21:25:18 +01:00
Francesco Gazzetta 9bb7cb4856 pt2-clone: 1.26_fix -> 1.27 2020-12-28 17:33:28 +01:00
R. RyanTM df0736405a pt2-clone: 1.25_fix -> 1.26_fix 2020-12-04 21:07:04 +00:00
Ryan Mulligan 5f32ca2286
Merge pull request #105053 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.24 -> 1.25_fix
2020-11-26 12:05:07 -08:00
R. RyanTM 6e10f43c6b pt2-clone: 1.24 -> 1.25_fix 2020-11-26 17:26:49 +00:00
Pavol Rusnak b8bc039a13
Merge pull request #99381 from fgaz/ft2-pt2-clone/endianness
pt2-clone,ft2-clone: only build on little-endian systems
2020-11-26 17:52:32 +01:00
R. RyanTM 0f527d07c5 pt2-clone: 1.23 -> 1.24 2020-11-11 22:27:15 +00:00
Francesco Gazzetta b912774257 pt2-clone: only build on little-endian systems 2020-10-02 14:29:47 +02:00
R. RyanTM 34b3008b8c pt2-clone: 1.22 -> 1.23 2020-09-26 09:47:06 +00:00
Francesco Gazzetta 4436c0151e pt2-clone: add nixos test 2020-07-29 19:45:03 +02:00
Francesco Gazzetta 411e09d83c pt2-clone: 1.20 -> 1.22 2020-07-29 18:54:07 +02:00
R. RyanTM be2f095ceb pt2-clone: 1.19 -> 1.20 2020-06-30 12:00:07 +00:00
R. RyanTM 0bb9260fa8 pt2-clone: 1.17 -> 1.19 2020-06-15 01:45:45 +00:00
R. RyanTM 42b58942dc pt2-clone: 1.16 -> 1.17 2020-06-06 16:40:03 +00:00
R. RyanTM 159c7cb39d pt2-clone: 1.12 -> 1.16 2020-05-19 22:55:34 +00:00
R. RyanTM 8c9263e118 pt2-clone: 1.07 -> 1.12 2020-05-04 04:59:47 +00:00
R. RyanTM 1698c222ce pt2-clone: 1.06 -> 1.07 2020-04-01 17:12:31 -07:00
Francesco Gazzetta 510419ff5d pt2-clone: init at 1.06 2020-03-14 22:53:41 +01:00