Commit graph

22 commits

Author SHA1 Message Date
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 5ec0a5636e ft2-clone: fix darwin 2021-01-02 18:55:09 +01:00
Francesco Gazzetta 62f0b749d2 ft2-clone: 1.41_fix -> 1.42 2021-01-01 22:08:07 +01: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 080ad2b0c8 ft2-clone: 1.40 -> 1.41_fix 2020-11-21 22:10:54 +00:00
R. RyanTM 168747920a ft2-clone: 1.39 -> 1.40 2020-11-15 05:25:31 +00:00
R. RyanTM d2264a5552 ft2-clone: 1.37 -> 1.39 2020-11-11 06:48:11 +00:00
R. RyanTM 816da5c1d1 ft2-clone: 1.36 -> 1.37 2020-11-03 08:46:43 -08:00
R. RyanTM 6392f5e308 ft2-clone: 1.31 -> 1.36 2020-10-18 08:30:03 +00:00
Timo Kaufmann 787ec15440
Merge pull request #94187 from fgaz/ft2-clone/1.27
ft2-clone: add a test
2020-10-12 11:06:04 +02:00
Francesco Gazzetta 672ab0d63a ft2-clone: only build on little-endian systems 2020-10-02 14:30:35 +02:00
Francesco Gazzetta 75414df39e ft2-clone: fix some darwin dependencies
Still failing, but it goes further than before
2020-09-07 11:21:32 +02:00
Francesco Gazzetta e158d19618 ft2-clone: add nixos test 2020-09-07 11:21:26 +02:00
R. RyanTM 982f1708ea ft2-clone: 1.28 -> 1.31 2020-09-04 14:54:30 +00:00
R. RyanTM 624fd1fe19 ft2-clone: 1.26 -> 1.28 2020-08-22 07:48:19 +00:00
R. RyanTM 9b64b11b04 ft2-clone: 1.25_fix -> 1.26 2020-07-02 10:51:26 +00:00
R. RyanTM 915b483175 ft2-clone: 1.24 -> 1.25_fix 2020-06-14 15:29:31 +00:00
R. RyanTM 8bd913f8d8 ft2-clone: 1.23 -> 1.24 2020-05-19 06:12:18 +00:00
R. RyanTM f643a51abe ft2-clone: 1.15 -> 1.23 2020-05-02 10:19:36 +00:00
R. RyanTM d0f60bacb1 ft2-clone: 1.09 -> 1.15 2020-04-01 11:58:27 +00:00
Francesco Gazzetta f9e13566cc ft2-clone: init at 1.09 2020-03-14 22:54:06 +01:00