Commit graph

11 commits

Author SHA1 Message Date
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
zowoq dcc35abe55 sidequest: use spaces for indentation 2021-01-20 10:53:10 +10: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
afreakk a8a241cd3f
sidequest: 0.10.2 -> 0.10.11 2020-08-08 18:05:37 +02:00
Roman Volosatovs de14e60d02 sidequest: 0.8.7-> 0.10.2 2020-04-21 19:45:27 +02:00
Roman Volosatovs 8132a6fb8f sidequest: 0.8.4 -> 0.8.7 2020-03-19 12:11:03 -07:00
Andrew Dunham a0790fb345 sidequest: 0.7.6 -> 0.8.4 2020-01-11 13:18:28 -08:00
Roman Volosatovs 0a9d8397fe
sidequest: 0.7.5 -> 0.7.6 2019-11-17 21:04:36 +01:00
Roman Volosatovs f9ff0cde5d sidequest: 0.7.2 -> 0.7.5 2019-11-05 23:34:13 +00:00
Roman Volosatovs f69450c470
sidequest: 0.3.1 -> 0.7.2 2019-10-05 12:24:29 +02:00
Sven Slootweg 53547096a9 sidequest: init at 0.3.1 2019-06-12 01:13:18 +02:00