Commit graph

6 commits

Author SHA1 Message Date
R. RyanTM f4e60e1caf MIDIVisualizer: 6.2 -> 6.3 2021-03-15 08:56:38 +00:00
R. RyanTM 93da25d320 MIDIVisualizer: 6.0 -> 6.2 2021-01-18 09:47:18 +00: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 75283f00c5 MIDIVisualizer: 5.2 -> 6.0 2020-12-07 10:44:44 +00:00
Sandro a9f8357e2e
MIDIVisualizer: 5.1 -> 5.2 (#101006) 2020-11-23 03:52:47 +01:00
Eric Dallo c33b26ff59
MIDIVisualizer: init at 5.1 2020-08-03 20:13:40 -03:00